mattritchey commited on
Commit
2da403c
1 Parent(s): b11de92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ with col2:
262
  if 'is_first_run' not in st.session_state:
263
  # First run
264
  st.session_state.is_first_run = True
265
- st.components.v1.html(open("map.html", 'r').read(), height=500, width=500)
266
  else:
267
  with st.spinner("Loading... Please wait, it's gonna be great..."):
268
  # st_folium(m, height=500)
 
262
  if 'is_first_run' not in st.session_state:
263
  # First run
264
  st.session_state.is_first_run = True
265
+ st.components.v1.html(open("data/map.html", 'r').read(), height=500, width=500)
266
  else:
267
  with st.spinner("Loading... Please wait, it's gonna be great..."):
268
  # st_folium(m, height=500)