Spaces:
Sleeping
Sleeping
Alealejandrooo
commited on
Commit
•
660bd96
1
Parent(s):
bc61db0
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
|
|
59 |
header = gr.Markdown(("<h1>Nordic Balance Postcodes Map</h1>"))
|
60 |
|
61 |
with gr.Row():
|
62 |
-
map = Folium(value = Map(location=[51.505303, -0.13902], zoom_start=10), height=
|
63 |
|
64 |
|
65 |
with gr.Row():
|
|
|
59 |
header = gr.Markdown(("<h1>Nordic Balance Postcodes Map</h1>"))
|
60 |
|
61 |
with gr.Row():
|
62 |
+
map = Folium(value = Map(location=[51.505303, -0.13902], zoom_start=10), height=700)
|
63 |
|
64 |
|
65 |
with gr.Row():
|