arjun-radha-krishnan commited on
Commit
00bf345
·
verified ·
1 Parent(s): f2ab51b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("```text\n" + itinery + "\n```")
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