Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Add refresh advice
Browse files
app.py
CHANGED
@@ -610,13 +610,10 @@ _Please note that we store the task logs by default so **do not write any person
|
|
610 |
)
|
611 |
|
612 |
gr.Markdown(
|
613 |
-
"**Data**: You can opt-out of storing your trace if you uncheck the box above."
|
614 |
-
|
615 |
-
|
616 |
-
"**
|
617 |
-
)
|
618 |
-
gr.Markdown(
|
619 |
-
"**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."
|
620 |
)
|
621 |
|
622 |
def apply_theme(minimalist_mode: bool):
|
|
|
610 |
)
|
611 |
|
612 |
gr.Markdown(
|
613 |
+
"- **Data**: You can opt-out of storing your trace if you uncheck the box above."
|
614 |
+
"- **Time**: The agent's first step can take a few seconds. Be patient!"
|
615 |
+
"- **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 the captcha manually."
|
616 |
+
"- **Restart**: If your agent seems stuck, the simplest way to restart is to refresh the page."
|
|
|
|
|
|
|
617 |
)
|
618 |
|
619 |
def apply_theme(minimalist_mode: bool):
|