lvwerra HF Staff commited on
Commit
81de42d
·
verified ·
1 Parent(s): f2b558e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -609,7 +609,13 @@ _Please note that we store the task logs by default so **do not write any person
609
  )
610
 
611
  gr.Markdown(
612
- """Type your task in the textbox above and click the button to start the agent. The first answer might take time to arrive."""
 
 
 
 
 
 
613
  )
614
 
615
  def apply_theme(minimalist_mode: bool):
 
609
  )
610
 
611
  gr.Markdown(
612
+ """\
613
+ **Data**: You can opt-out of storing your trace if you uncheck the box above.\
614
+ \
615
+ **Time**: The agent's first step can take a few seconds. Be patient!\
616
+ \
617
+ **Captcha**: Sometimes the VMs get flagged for weird behaviour and are blocked with a captcha. \
618
+ The models are not quite there, yet - best to interrupt the agent and solve it manually."""
619
  )
620
 
621
  def apply_theme(minimalist_mode: bool):