m-ric HF staff commited on
Commit
16460f9
·
verified ·
1 Parent(s): d1675ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ with gr.Blocks(
195
  gr.Markdown("# 🗺️ LLM trip planner (based on Mixtral)")
196
  text = gr.Textbox(
197
  label="Describe your trip here:",
198
- value=description_sf,
199
  )
200
  button = gr.Button()
201
  gr.Markdown("### LLM Output 👇\n_Click the map to see information about the places._")
 
195
  gr.Markdown("# 🗺️ LLM trip planner (based on Mixtral)")
196
  text = gr.Textbox(
197
  label="Describe your trip here:",
198
+ value="```text\n" + description_sf + "\n```",
199
  )
200
  button = gr.Button()
201
  gr.Markdown("### LLM Output 👇\n_Click the map to see information about the places._")