azizalto commited on
Commit
b688cee
·
1 Parent(s): 88dbc13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -60,4 +60,8 @@ 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
  """, 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
+ """, unsafe_allow_html=True)
64
+ st.markdown("""
65
+ ---
66
+ <sub>**Disclaimer:** This application is completely written by GPT-4 from a chat conversation.</sub>
67
  """, unsafe_allow_html=True)