Spaces:
Running
Running
Update app.py
Browse files
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():
|