Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'] = []
|