Spaces:
Running
Running
Update app.py
Browse files
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
|