fschwartzer commited on
Commit
b1b1577
1 Parent(s): 3c5e4d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ for index, row in data.iterrows():
21
  max_distance = distance
22
 
23
  # Calculate a zoom level based on the maximum distance
24
- zoom_level = round(15 - np.log10(max_distance / 1000))
25
 
26
  # Create a sidebar for controls
27
  with st.sidebar:
 
21
  max_distance = distance
22
 
23
  # Calculate a zoom level based on the maximum distance
24
+ zoom_level = round(15 - np.log10(max_distance / 100))
25
 
26
  # Create a sidebar for controls
27
  with st.sidebar: