arjun-radha-krishnan commited on
Commit
b584653
·
verified ·
1 Parent(s): 8ef2488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("### LLM Output 👇")
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._")