Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Improve notes
Browse files
app.py
CHANGED
@@ -611,9 +611,9 @@ _Please note that we store the task logs by default so **do not write any person
|
|
611 |
|
612 |
gr.Markdown(
|
613 |
"""
|
614 |
-
- **Data**:
|
615 |
-
- **
|
616 |
-
- **Captcha**: Sometimes the VMs get flagged for weird behaviour and are blocked with a captcha.
|
617 |
- **Restart**: If your agent seems stuck, the simplest way to restart is to refresh the page.
|
618 |
""".strip()
|
619 |
)
|
|
|
611 |
|
612 |
gr.Markdown(
|
613 |
"""
|
614 |
+
- **Data**: To opt-out of storing your trace, uncheck the box above.
|
615 |
+
- **Be patient**: The agent's first step can take a few seconds.
|
616 |
+
- **Captcha**: Sometimes the VMs get flagged for weird behaviour and are blocked with a captcha. Best is then to interrupt the agent and solve the captcha manually.
|
617 |
- **Restart**: If your agent seems stuck, the simplest way to restart is to refresh the page.
|
618 |
""".strip()
|
619 |
)
|