m-ric HF staff commited on
Commit
77d013c
1 Parent(s): ee88a49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -160,13 +160,11 @@ with gr.Blocks(
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
- scale=1,
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