Update app.py
Browse files
app.py
CHANGED
|
@@ -599,7 +599,7 @@ _If you do not consent to this collection, you can untick a box in the sidebar t
|
|
| 599 |
|
| 600 |
minimalist_toggle = gr.Checkbox(label="Innie/Outie", value=False)
|
| 601 |
|
| 602 |
-
consent_storage = gr.Checkbox("Store task and agent trace?", value=True)
|
| 603 |
|
| 604 |
def apply_theme(minimalist_mode: bool):
|
| 605 |
if not minimalist_mode:
|
|
|
|
| 599 |
|
| 600 |
minimalist_toggle = gr.Checkbox(label="Innie/Outie", value=False)
|
| 601 |
|
| 602 |
+
consent_storage = gr.Checkbox(label="Store task and agent trace?", value=True)
|
| 603 |
|
| 604 |
def apply_theme(minimalist_mode: bool):
|
| 605 |
if not minimalist_mode:
|