awacke1 commited on
Commit
54899c2
·
1 Parent(s): 52fa8f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- #Run the streamlit app
101
- if name == 'main':
102
- app()
 
97
  st.write('Prevalence:', statistics[health_concern]['prevalence'])
98
  st.write('Source:', statistics[health_concern]['source'])
99
  st.write('---')
100
+
101
+ app()