jonathanjordan21 commited on
Commit
d5ef1c5
1 Parent(s): 9ae38fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ if 'chain' not in st.session_state:
80
 
81
  st.title("Chat With Me")
82
  st.subheader("by Jonathan Jordan")
83
- st.markdown("Note : This conversation will be recorded in our private Database, thank you :)")
84
 
85
  # Initialize chat history
86
  if "messages" not in st.session_state:
 
80
 
81
  st.title("Chat With Me")
82
  st.subheader("by Jonathan Jordan")
83
+ st.markdown("""<p style="color: yellow;">Note : This conversation will be recorded in our private Database, thank you :)</p>""", unsafe_allow_html=True)
84
 
85
  # Initialize chat history
86
  if "messages" not in st.session_state: