cboettig commited on
Commit
864523e
·
1 Parent(s): 2f4717e
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -111,9 +111,8 @@ with row1_2:
111
 
112
  # SETTING THE ZOOM LOCATIONS
113
  midpoint = (52.0, -1.0) #mpoint(data["lat"], data["lon"])
114
- # STREAMLIT APP LAYOUT
115
- data =
116
 
 
117
  # +
118
  row2_1, row2_2, row2_3, row2_4 = st.columns((2, 1, 1, 1))
119
 
 
111
 
112
  # SETTING THE ZOOM LOCATIONS
113
  midpoint = (52.0, -1.0) #mpoint(data["lat"], data["lon"])
 
 
114
 
115
+ # STREAMLIT APP LAYOUT
116
  # +
117
  row2_1, row2_2, row2_3, row2_4 = st.columns((2, 1, 1, 1))
118