m-ric HF staff commited on
Commit
2c0c8d2
โ€ข
1 Parent(s): b9b37d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 see information about the places._")
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)