Pontonkid commited on
Commit
c694ef5
β€’
1 Parent(s): 0eff2f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -30,10 +30,11 @@ st.title("Health Symptom-to-Disease Predictor πŸ₯πŸ‘¨β€βš•οΈ")
30
  st.sidebar.title("Tool Definition")
31
  st.sidebar.markdown("This tool helps you identify possible diseases based on the symptoms you provide.")
32
  st.sidebar.markdown("the tool may aid healthcare professionals in the initial assessment of potential conditions, facilitating quicker decision-making and improving patient care")
33
- st.sidebar.markdown("I built this tool as part of my final project for the KaggleX program.")
34
  st.sidebar.title("⚠️ **Limitation**")
35
- st.sidebar.markdown("This tool's predictions are based solely on symptom descriptions and may not account for other critical factors.")
36
- st.sidebar.markdown("It should be used as an initial reference and not as a sole diagnostic tool. πŸ‘©β€βš•οΈ")
 
37
 
38
  st.warning("Please note that this tool is for informational purposes only. Always consult a healthcare professional for accurate medical advice.")
39
  show_faqs = st.sidebar.checkbox("Show FAQs")
 
30
  st.sidebar.title("Tool Definition")
31
  st.sidebar.markdown("This tool helps you identify possible diseases based on the symptoms you provide.")
32
  st.sidebar.markdown("the tool may aid healthcare professionals in the initial assessment of potential conditions, facilitating quicker decision-making and improving patient care")
33
+
34
  st.sidebar.title("⚠️ **Limitation**")
35
+ st.sidebar.markdown("This tool's predictions are based solely on symptom descriptions and may not account for other critical factors,")
36
+ st.sidebar.markdown("such as a patient's medical history or laboratory tests,")
37
+ st.sidebar.markdown("As such,it should be used as an initial reference and not as a sole diagnostic tool. πŸ‘©β€βš•οΈ")
38
 
39
  st.warning("Please note that this tool is for informational purposes only. Always consult a healthcare professional for accurate medical advice.")
40
  show_faqs = st.sidebar.checkbox("Show FAQs")