Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
|
@@ -158,7 +158,6 @@ if page == "Pie Chart":
|
|
| 158 |
|
| 159 |
|
| 160 |
# -------------------------------- Plot 1: Pie(Donut) Chart --------------------------------
|
| 161 |
-
elif page == "Pie Chart":
|
| 162 |
fig = px.pie(
|
| 163 |
top_crimes,
|
| 164 |
names="Crime Type",
|
|
|
|
| 158 |
|
| 159 |
|
| 160 |
# -------------------------------- Plot 1: Pie(Donut) Chart --------------------------------
|
|
|
|
| 161 |
fig = px.pie(
|
| 162 |
top_crimes,
|
| 163 |
names="Crime Type",
|