Yacine Jernite commited on
Commit
0b3f7a0
1 Parent(s): 588df1b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ def viz_page():
256
  for loc in locations:
257
  filtered_counts[loc] = filtered_counts.get(loc, 0) + 1
258
  world_map = make_choro_map(filtered_counts)
259
- folium_static(world_map, width=1150, height=600)
260
  with st.expander("View selected resources", expanded=False):
261
  st.write("You can further select locations to select entries from here:")
262
  filter_region_choices = sorted(
256
  for loc in locations:
257
  filtered_counts[loc] = filtered_counts.get(loc, 0) + 1
258
  world_map = make_choro_map(filtered_counts)
259
+ folium_static(world_map, width=900, height=600)
260
  with st.expander("View selected resources", expanded=False):
261
  st.write("You can further select locations to select entries from here:")
262
  filter_region_choices = sorted(