richardorama
commited on
Commit
•
337b608
1
Parent(s):
1ce4cf9
Update app.py
Browse files
app.py
CHANGED
@@ -246,4 +246,4 @@ st.text_area("Conversation", value=st.session_state.conversation, height=400)
|
|
246 |
|
247 |
# Add a footnote at the bottom
|
248 |
st.markdown("---") # Horizontal line to separate content from footnote
|
249 |
-
st.markdown("<h3 style='text-align: center; font-size: 20px; color:
|
|
|
246 |
|
247 |
# Add a footnote at the bottom
|
248 |
st.markdown("---") # Horizontal line to separate content from footnote
|
249 |
+
st.markdown("<h3 style='text-align: center; font-size: 20px; color: yellow;'>Orama's AI Craze</h3>", unsafe_allow_html=True)
|