Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,11 +28,10 @@ st.title("Health Symptom-to-Disease Predictor π₯π¨ββοΈ")
|
|
28 |
|
29 |
# Define a sidebar
|
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("
|
34 |
st.sidebar.markdown("I built this tool as part of my final project for the KaggleX program.")
|
35 |
-
st.sidebar.
|
36 |
st.sidebar.markdown("This tool's predictions are based solely on symptom descriptions and may not account for other critical factors.")
|
37 |
st.sidebar.markdown("It should be used as an initial reference and not as a sole diagnostic tool. π©ββοΈ")
|
38 |
|
|
|
28 |
|
29 |
# Define a sidebar
|
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 |
|