Spaces:
Runtime error
Runtime error
Jonathan Marokhovsky
commited on
Commit
·
236a27e
1
Parent(s):
9045ae6
Changing the streamlit import to see if that fixes it
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from leafmap import pmtiles_style
|
|
3 |
import rioxarray
|
4 |
import geopandas as gpd
|
5 |
import streamlit as st
|
6 |
-
import
|
7 |
|
8 |
|
9 |
st.set_page_config(layout="wide", page_title="Huggingface Toy", page_icon="❦")
|
|
|
3 |
import rioxarray
|
4 |
import geopandas as gpd
|
5 |
import streamlit as st
|
6 |
+
from streamlit_folium import st_folium
|
7 |
|
8 |
|
9 |
st.set_page_config(layout="wide", page_title="Huggingface Toy", page_icon="❦")
|