Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(
|
|
220 |
value=description_sf,
|
221 |
)
|
222 |
button = gr.Button()
|
223 |
-
gr.Markdown("### LLM Output ๐\n_Click the map to
|
224 |
|
225 |
# Get initial map and rationale
|
226 |
example_dataframe, example_rationale = parse_llm_output(output_example_sf)
|
|
|
220 |
value=description_sf,
|
221 |
)
|
222 |
button = gr.Button()
|
223 |
+
gr.Markdown("### LLM Output ๐\n_Click the markers on the map map to display information about the places._")
|
224 |
|
225 |
# Get initial map and rationale
|
226 |
example_dataframe, example_rationale = parse_llm_output(output_example_sf)
|