Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|