jonathanjordan21 commited on
Commit
f1edf44
1 Parent(s): 82aedcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -52,9 +52,8 @@ if 'chain' not in st.session_state:
52
 
53
 
54
 
55
- st.title("Chat With Me")
56
- st.subheader("by Jonathan Jordan")
57
- st.markdown("""<p style="color: yellow;">Note : This conversation will be recorded in our private Database, thank you :)</p>""", unsafe_allow_html=True)
58
 
59
  # Initialize chat history
60
  if "messages" not in st.session_state:
 
52
 
53
 
54
 
55
+ st.title("AI Medical Consultation")
56
+ st.subheader("")
 
57
 
58
  # Initialize chat history
59
  if "messages" not in st.session_state: