vgosavi2 commited on
Commit
93f5363
·
verified ·
1 Parent(s): a498ab9

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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(