m-ric HF staff commited on
Commit
3822047
·
verified ·
1 Parent(s): 77d013c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)