Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,6 +97,5 @@ for state in top_health_concerns:
|
|
97 |
st.write('Prevalence:', statistics[health_concern]['prevalence'])
|
98 |
st.write('Source:', statistics[health_concern]['source'])
|
99 |
st.write('---')
|
100 |
-
|
101 |
-
|
102 |
-
app()
|
|
|
97 |
st.write('Prevalence:', statistics[health_concern]['prevalence'])
|
98 |
st.write('Source:', statistics[health_concern]['source'])
|
99 |
st.write('---')
|
100 |
+
|
101 |
+
app()
|
|