Miquel Farré commited on
Commit
6da76f0
·
1 Parent(s): c51a7f7

changing examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -442,8 +442,8 @@ with gr.Blocks(css=custom_css, js=custom_js) as demo:
442
  examples=[
443
  "Check the bike commute time between Boll and Bern",
444
  "Open a text editor and write 'Hello World'",
445
- "Create a simple drawing in paint",
446
- "Distract me"
447
  ],
448
  inputs = task_input,
449
  label= "Example Tasks",
 
442
  examples=[
443
  "Check the bike commute time between Boll and Bern",
444
  "Open a text editor and write 'Hello World'",
445
+ "Check when is the next F1 race",
446
+ "Search a flight Paris - Berlin for tomorrow"
447
  ],
448
  inputs = task_input,
449
  label= "Example Tasks",