fschwartzer commited on
Commit
d5bb172
1 Parent(s): b1b1577

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 / 100))
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))
25
 
26
  # Create a sidebar for controls
27
  with st.sidebar: