A-Mahla HF Staff commited on
Commit
f5357fe
·
verified ·
1 Parent(s): ba82d5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
260
  placeholder="e.g., Search for the name of the current UK Prime Minister.",
261
  info="Type the task you want the model to complete.",
262
  )
263
- submit_button = gr.Button("Navigate", variant="primary")
264
 
265
  with gr.Column():
266
  localization_image_component = gr.Image(label="Action Localization", height=400)
 
260
  placeholder="e.g., Search for the name of the current UK Prime Minister.",
261
  info="Type the task you want the model to complete.",
262
  )
263
+ submit_button = gr.Button("Call Agent", variant="primary")
264
 
265
  with gr.Column():
266
  localization_image_component = gr.Image(label="Action Localization", height=400)