arjun-radha-krishnan commited on
Commit
b0734c4
·
verified ·
1 Parent(s): 4444725

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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