Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ with gr.Blocks(
|
|
| 233 |
map = Folium(value=starting_map, height=600, label="Chosen locations")
|
| 234 |
|
| 235 |
# Trip examples
|
| 236 |
-
clickable_examples = gr.Dropdown(choices=trip_examples.keys(), label="Try
|
| 237 |
|
| 238 |
# Dynamics
|
| 239 |
button.click(run_display, inputs=[text], outputs=[map, display_thoughts])
|
|
|
|
| 233 |
map = Folium(value=starting_map, height=600, label="Chosen locations")
|
| 234 |
|
| 235 |
# Trip examples
|
| 236 |
+
clickable_examples = gr.Dropdown(choices=trip_examples.keys(), label="Try another example:", value=description_sf)
|
| 237 |
|
| 238 |
# Dynamics
|
| 239 |
button.click(run_display, inputs=[text], outputs=[map, display_thoughts])
|