Pontonkid commited on
Commit
23a32cf
1 Parent(s): a7a5864

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ st.title("Health Symptom-to-Disease Predictor 🏥👨‍⚕️")
30
  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("By swiftly analyzing patient-reported symptoms and providing disease predictions, the tool aids healthcare professionals in the initial assessment of potential conditions, facilitating quicker decision-making and improving patient care"
34
  st.sidebar.markdown("I built this tool as part of my final project for the KaggleX program.")
35
  st.sidebar.markdown("⚠️ **Limitation**")
36
  st.sidebar.markdown("This tool's predictions are based solely on symptom descriptions and may not account for other critical factors.")
 
30
  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("By swiftly analyzing patient-reported symptoms and providing disease predictions, the tool aids healthcare professionals in the initial assessment of potential conditions, facilitating quicker decision-making and improving patient care")
34
  st.sidebar.markdown("I built this tool as part of my final project for the KaggleX program.")
35
  st.sidebar.markdown("⚠️ **Limitation**")
36
  st.sidebar.markdown("This tool's predictions are based solely on symptom descriptions and may not account for other critical factors.")