Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -568,11 +568,10 @@ In this app, you'll be able to interact with an agent powered by [smolagents](ht
|
|
568 |
|
569 |
👉 Type a task in the left sidebar, click the button, and watch the agent solving your task. ✨
|
570 |
|
571 |
-
_Please note that we store the
|
572 |
-
_If you do not consent to this collection, you can untick a box in the sidebar to disable task and trace storage._
|
573 |
""")
|
574 |
task_input = gr.Textbox(
|
575 |
-
value="
|
576 |
label="Enter your task below:",
|
577 |
elem_classes="primary-color-label"
|
578 |
)
|
|
|
568 |
|
569 |
👉 Type a task in the left sidebar, click the button, and watch the agent solving your task. ✨
|
570 |
|
571 |
+
_Please note that we store the task logs by default but you can uncheck this behavior on the task bar._
|
|
|
572 |
""")
|
573 |
task_input = gr.Textbox(
|
574 |
+
value="Find me pictures of cute puppies",
|
575 |
label="Enter your task below:",
|
576 |
elem_classes="primary-color-label"
|
577 |
)
|