Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ with gr.Blocks(
|
|
240 |
value=description_sf,
|
241 |
)
|
242 |
button = gr.Button()
|
243 |
-
gr.Markdown("### LLM Output
|
244 |
|
245 |
# Get initial map and rationale
|
246 |
example_dataframe, example_rationale = parse_llm_output(output_example_sf)
|
|
|
240 |
value=description_sf,
|
241 |
)
|
242 |
button = gr.Button()
|
243 |
+
gr.Markdown("### LLM Output 👇\n_Click the map to see information about the places._")
|
244 |
|
245 |
# Get initial map and rationale
|
246 |
example_dataframe, example_rationale = parse_llm_output(output_example_sf)
|