Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,13 +160,11 @@ with gr.Blocks(
|
|
| 160 |
)
|
| 161 |
) as demo:
|
| 162 |
gr.Markdown("# 🗺️ LLM trip planner (based on Mixtral)")
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
)
|
| 169 |
-
button = gr.Button(scale=0)
|
| 170 |
gr.Markdown("### LLM Output\n_Click the map to see information about the places._")
|
| 171 |
|
| 172 |
# Get initial map and rationale
|
|
|
|
| 160 |
)
|
| 161 |
) as demo:
|
| 162 |
gr.Markdown("# 🗺️ LLM trip planner (based on Mixtral)")
|
| 163 |
+
text = gr.Textbox(
|
| 164 |
+
label="Describe your trip here:",
|
| 165 |
+
value=description_sf,
|
| 166 |
+
)
|
| 167 |
+
button = gr.Button()
|
|
|
|
|
|
|
| 168 |
gr.Markdown("### LLM Output\n_Click the map to see information about the places._")
|
| 169 |
|
| 170 |
# Get initial map and rationale
|