Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -278,7 +278,7 @@ region_counts = (
|
|
| 278 |
.size() # count rows
|
| 279 |
.reset_index(name="Count") # turn it into a DataFrame with columns RegionName & Count
|
| 280 |
)
|
| 281 |
-
top_regions = region_counts.head(10, "Count")
|
| 282 |
|
| 283 |
# 2. Build the bubble chart
|
| 284 |
fig = px.scatter(
|
|
|
|
| 278 |
.size() # count rows
|
| 279 |
.reset_index(name="Count") # turn it into a DataFrame with columns RegionName & Count
|
| 280 |
)
|
| 281 |
+
top_regions = region_counts.head(10, "Count")
|
| 282 |
|
| 283 |
# 2. Build the bubble chart
|
| 284 |
fig = px.scatter(
|