m-ric HF staff commited on
Commit
789052b
1 Parent(s): c4979f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -160,11 +160,12 @@ with gr.Blocks(
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
 
160
  )
161
  ) as demo:
162
  gr.Markdown("# 🗺️ LLM trip planner (based on Mixtral)")
163
+ with gr.Row():
164
+ text = gr.Textbox(
165
+ label="Describe your trip here:",
166
+ value=description_sf,
167
+ )
168
+ button = gr.Button()
169
  gr.Markdown("### LLM Output\n_Click the map to see information about the places._")
170
 
171
  # Get initial map and rationale