Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from PIL import Image
|
|
3 |
import folium
|
4 |
from streamlit_folium import st_folium
|
5 |
|
6 |
-
st.set_page_config(layout="
|
7 |
image = Image.open('data/logo.png')
|
8 |
image=image.resize((100,100))
|
9 |
APP_SUB_TITLE = "by Omdena Milan chapter π (https://omdena.com/local-chapters/milan-italy-chapter/)"
|
|
|
3 |
import folium
|
4 |
from streamlit_folium import st_folium
|
5 |
|
6 |
+
st.set_page_config(layout="centered")
|
7 |
image = Image.open('data/logo.png')
|
8 |
image=image.resize((100,100))
|
9 |
APP_SUB_TITLE = "by Omdena Milan chapter π (https://omdena.com/local-chapters/milan-italy-chapter/)"
|