m-ric HF Staff commited on
Commit
8a677a4
·
verified ·
1 Parent(s): 1b3ea5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: