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