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