awacke1 commited on
Commit
60c9ae1
·
verified ·
1 Parent(s): e481b4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ left_col, right_col = st.columns([3, 1])
118
  with left_col:
119
  st.markdown("### 🦌 Deer Hunter’s Basecamp 🌲")
120
  m = create_map()
121
- folium_static(m, width=960, height=540)
122
 
123
  col1, col2, col3 = st.columns(3)
124
  with col1:
 
118
  with left_col:
119
  st.markdown("### 🦌 Deer Hunter’s Basecamp 🌲")
120
  m = create_map()
121
+ folium_static(m, width=1280, height=1024)
122
 
123
  col1, col2, col3 = st.columns(3)
124
  with col1: