azizalto commited on
Commit
4eb3d76
·
1 Parent(s): 0f5917c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,5 +60,6 @@ if st.button("Calculate Cost"):
60
  st.markdown("""
61
  ---
62
  <sup>**Note:** The pricing information is based on [OpenAI's pricing page](https://openai.com/pricing) as of 12/14/2023.</sup>
 
63
  <sub>**Disclaimer:** This application is completely written by GPT-4 from a chat conversation.</sub>
64
  """, unsafe_allow_html=True)
 
60
  st.markdown("""
61
  ---
62
  <sup>**Note:** The pricing information is based on [OpenAI's pricing page](https://openai.com/pricing) as of 12/14/2023.</sup>
63
+ <br>
64
  <sub>**Disclaimer:** This application is completely written by GPT-4 from a chat conversation.</sub>
65
  """, unsafe_allow_html=True)