Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(
|
|
109 |
# Get initial map
|
110 |
map = Folium(value=starting_map, height=600, label="Chosen locations")
|
111 |
|
112 |
-
|
113 |
# Dynamics
|
114 |
button.click(run_program, inputs=[dest, dur, start, end], outputs=[itinerary, map])
|
115 |
|
|
|
109 |
# Get initial map
|
110 |
map = Folium(value=starting_map, height=600, label="Chosen locations")
|
111 |
|
112 |
+
|
113 |
# Dynamics
|
114 |
button.click(run_program, inputs=[dest, dur, start, end], outputs=[itinerary, map])
|
115 |
|