Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks(
|
|
165 |
value=description_sf,
|
166 |
)
|
167 |
button = gr.Button()
|
168 |
-
gr.Markdown("### LLM Output\n_Click the map to see information about the places._")
|
169 |
|
170 |
# Get initial map and rationale
|
171 |
example_dataframe, example_rationale = parse_llm_output(output_example_sf)
|
|
|
165 |
value=description_sf,
|
166 |
)
|
167 |
button = gr.Button()
|
168 |
+
gr.Markdown("### 👉 LLM Output\n_Click the map to see information about the places._")
|
169 |
|
170 |
# Get initial map and rationale
|
171 |
example_dataframe, example_rationale = parse_llm_output(output_example_sf)
|