Spaces:
Sleeping
Sleeping
Commit
·
417ddaa
1
Parent(s):
51075cc
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ column_list = ['abdominal_pain', 'abnormal_menstruation', 'acidity', 'acute_live
|
|
7 |
st.title("Self Diagnose")
|
8 |
|
9 |
options = st.multiselect('What are your complaints?', column_list)
|
10 |
-
st.write('You selected', options)
|
11 |
|
12 |
# Create an empty dictionary to hold the selected symptoms
|
13 |
symptoms_dict = {col: 0 for col in column_list}
|
|
|
7 |
st.title("Self Diagnose")
|
8 |
|
9 |
options = st.multiselect('What are your complaints?', column_list)
|
|
|
10 |
|
11 |
# Create an empty dictionary to hold the selected symptoms
|
12 |
symptoms_dict = {col: 0 for col in column_list}
|