Spaces:
Runtime error
Runtime error
Commit
·
ba7e689
1
Parent(s):
2d3c1cb
Adding bidirectional
Browse files- pages/1_⚡_Alaska_Lightning.py +1 -1
- requirements.txt +1 -0
pages/1_⚡_Alaska_Lightning.py
CHANGED
@@ -86,4 +86,4 @@ with col1:
|
|
86 |
|
87 |
# folium does not support this
|
88 |
# m.add_time_slider(layers_dict, time_interval=1)
|
89 |
-
m.to_streamlit(height=700)
|
|
|
86 |
|
87 |
# folium does not support this
|
88 |
# m.add_time_slider(layers_dict, time_interval=1)
|
89 |
+
m.to_streamlit(height=700, bidirectional=True)
|
requirements.txt
CHANGED
@@ -8,3 +8,4 @@ psutil
|
|
8 |
localtileserver
|
9 |
cartopy
|
10 |
huggingface_hub
|
|
|
|
8 |
localtileserver
|
9 |
cartopy
|
10 |
huggingface_hub
|
11 |
+
streamlit-folium
|