lvwerra HF Staff commited on
Commit
83b1d03
·
verified ·
1 Parent(s): 2a15725

Update app.py

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