Spaces:
Build error
Build error
Commit
·
3368c24
1
Parent(s):
b9759f8
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def get_disease_and_strategies(symptoms):
|
|
| 42 |
}
|
| 43 |
|
| 44 |
def main():
|
| 45 |
-
st.title("Health Classifier and Dashboard Generator")
|
| 46 |
st.write("Enter your symptoms and get health information:")
|
| 47 |
|
| 48 |
user_input = st.text_input("Enter Symptoms:")
|
|
|
|
| 42 |
}
|
| 43 |
|
| 44 |
def main():
|
| 45 |
+
st.title("Mental Health Classifier and Dashboard Generator")
|
| 46 |
st.write("Enter your symptoms and get health information:")
|
| 47 |
|
| 48 |
user_input = st.text_input("Enter Symptoms:")
|