Spaces:
Running
Running
Update app.py
Browse files
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=
|
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:
|