CultriX commited on
Commit
e9d8102
·
verified ·
1 Parent(s): 69c7141

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -356,7 +356,7 @@ def download_log(log_text: str) -> str:
356
  return f.name
357
 
358
  # -------------------- Custom Gradio Blocks Interface --------------------
359
- with gr.Blocks() as demo:
360
  gr.Markdown("## Multi-Agent Task Solver with Human-in-the-Loop")
361
 
362
  with gr.Row():
 
356
  return f.name
357
 
358
  # -------------------- Custom Gradio Blocks Interface --------------------
359
+ with gr.Blocks(theme="CultriX/gradio-theme", css=css, delete_cache=(60, 60)) as demo:
360
  gr.Markdown("## Multi-Agent Task Solver with Human-in-the-Loop")
361
 
362
  with gr.Row():