m-ric HF staff commited on
Commit
ee88a49
1 Parent(s): 9bd3e1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -164,8 +164,9 @@ with gr.Blocks(
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
 
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