Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def select(df, data: gr.SelectData):
|
|
27 |
|
28 |
# Gradio Blocks
|
29 |
with gr.Blocks() as demo:
|
30 |
-
gr.Markdown("# 🗺️
|
31 |
"Install this custom component with `pip install gradio_folium` - wheel files in this directory")
|
32 |
|
33 |
# Map
|
|
|
27 |
|
28 |
# Gradio Blocks
|
29 |
with gr.Blocks() as demo:
|
30 |
+
gr.Markdown("# 🗺️ AI Data Maps\n"
|
31 |
"Install this custom component with `pip install gradio_folium` - wheel files in this directory")
|
32 |
|
33 |
# Map
|