m-ric HF staff commited on
Commit
383bc3f
1 Parent(s): 309caec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ with gr.Blocks(
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)
 
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)