Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.green,secondary
|
|
91 |
|
92 |
button = gr.Button("Generate trip!")
|
93 |
|
94 |
-
gr.Markdown("###
|
95 |
itinery, starting_map = run_program(dest, dur, start, end)
|
96 |
itinerary = gr.Markdown("```text\n" + itinery + "\n```")
|
97 |
gr.Markdown("_Click the markers on the map to display information about the places._")
|
|
|
91 |
|
92 |
button = gr.Button("Generate trip!")
|
93 |
|
94 |
+
gr.Markdown("### Itinerary")
|
95 |
itinery, starting_map = run_program(dest, dur, start, end)
|
96 |
itinerary = gr.Markdown("```text\n" + itinery + "\n```")
|
97 |
gr.Markdown("_Click the markers on the map to display information about the places._")
|