Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks(
|
|
246 |
example_dataframe, example_rationale = parse_llm_output(output_example_sf)
|
247 |
display_rationale = gr.Markdown(example_rationale)
|
248 |
starting_map = create_map_from_markers(example_dataframe)
|
249 |
-
map = Folium(value=starting_map, height=
|
250 |
button.click(run_display, inputs=[text], outputs=[map, display_rationale])
|
251 |
|
252 |
gr.Markdown("### Other examples")
|
|
|
246 |
example_dataframe, example_rationale = parse_llm_output(output_example_sf)
|
247 |
display_rationale = gr.Markdown(example_rationale)
|
248 |
starting_map = create_map_from_markers(example_dataframe)
|
249 |
+
map = Folium(value=starting_map, height=700, label="Chosen locations")
|
250 |
button.click(run_display, inputs=[text], outputs=[map, display_rationale])
|
251 |
|
252 |
gr.Markdown("### Other examples")
|