rairo commited on
Commit
896b3fc
·
verified ·
1 Parent(s): 45a45cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -200,7 +200,3 @@ st.bar_chart(operational_tasks)
200
  st.write('### Number of Businesses by Business Challenges')
201
  business_challenges = filtered_data['Which business challenges do you face most often? (Rank top 3)'].str.split(';').explode().str.strip().value_counts()
202
  st.bar_chart(business_challenges)
203
-
204
- # Run the app
205
- if __name__ == '__main__':
206
- st.app()
 
200
  st.write('### Number of Businesses by Business Challenges')
201
  business_challenges = filtered_data['Which business challenges do you face most often? (Rank top 3)'].str.split(';').explode().str.strip().value_counts()
202
  st.bar_chart(business_challenges)