Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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._")
|