Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.green,secondary
|
|
130 |
|
131 |
itinery, starting_map = run_program(dest, dur, start, end)
|
132 |
|
133 |
-
itinerary = gr.Markdown(
|
134 |
|
135 |
gr.Markdown("_Click the markers on the map to display information about the places._")
|
136 |
# Get initial map
|
|
|
130 |
|
131 |
itinery, starting_map = run_program(dest, dur, start, end)
|
132 |
|
133 |
+
itinerary = gr.Markdown(itinery)
|
134 |
|
135 |
gr.Markdown("_Click the markers on the map to display information about the places._")
|
136 |
# Get initial map
|