Commit ·
7063dfa
1
Parent(s): 6050e1c
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,8 +63,8 @@ st.markdown(
|
|
| 63 |
)
|
| 64 |
|
| 65 |
# Important Notice with improved styling
|
| 66 |
-
st.warning("⚠️ Important Notice:
|
| 67 |
-
|
| 68 |
# Contact and Feedback section with improved styling
|
| 69 |
st.markdown("<h2>Contact and Feedback</h2>", unsafe_allow_html=True)
|
| 70 |
st.markdown(
|
|
|
|
| 63 |
)
|
| 64 |
|
| 65 |
# Important Notice with improved styling
|
| 66 |
+
st.warning("⚠️ Important Notice: THERE IS NO API KEY SO ADD YOUR OWN CHATGPT3.5 API TO MAKE PROJECT RUN ")
|
| 67 |
+
|
| 68 |
# Contact and Feedback section with improved styling
|
| 69 |
st.markdown("<h2>Contact and Feedback</h2>", unsafe_allow_html=True)
|
| 70 |
st.markdown(
|