Update app.py
Browse files
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)
|
|
|
|
|
|
|
|
|
|
|
|