mathslearn commited on
Commit
d210fff
1 Parent(s): cf77319

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ logo_height = 25
22
  # Display the logo with adjusted column width
23
  #st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True)
24
  #st.image(logo_url, use_column_width=True)
25
- st.sidebar.image(logo_url, use_column_width=True)
26
 
27
  if 'responses' not in st.session_state:
28
  st.session_state['responses'] = []
 
22
  # Display the logo with adjusted column width
23
  #st.image(logo_url, caption="Nexus TCM Chatbot Logo", use_column_width=True)
24
  #st.image(logo_url, use_column_width=True)
25
+ st.sidebar.image(logo_url, caption="Disclaimer: The chatbot is not a substitute for medical advice from a qualified healthcare professional.", use_column_width=True)
26
 
27
  if 'responses' not in st.session_state:
28
  st.session_state['responses'] = []