Pontonkid commited on
Commit
9be3b46
·
1 Parent(s): c0f47fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ st.sidebar.title("Tool Definition")
31
  st.sidebar.markdown("__Tool Definition__")
32
  st.sidebar.markdown("This tool helps you identify possible diseases based on the symptoms you provide.")
33
  st.sidebar.markdown("This is my project for the KaggleX program.")
34
- st.sidebar.markdown("Please note that this tool is for informational purposes only. Always consult a healthcare professional for accurate medical advice.")
35
  show_faqs = st.sidebar.checkbox("Show FAQs")
36
 
37
  # Initialize chat history
 
31
  st.sidebar.markdown("__Tool Definition__")
32
  st.sidebar.markdown("This tool helps you identify possible diseases based on the symptoms you provide.")
33
  st.sidebar.markdown("This is my project for the KaggleX program.")
34
+ st.warning("Please note that this tool is for informational purposes only. Always consult a healthcare professional for accurate medical advice.")
35
  show_faqs = st.sidebar.checkbox("Show FAQs")
36
 
37
  # Initialize chat history