Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def launch_interface():
|
|
| 93 |
final_output = "\n".join(output_buffer)
|
| 94 |
yield final_output, final_answer
|
| 95 |
|
| 96 |
-
with gr.Blocks(title="SmolAgent - Streaming AI") as demo:
|
| 97 |
gr.Markdown("# SmolAgent - Intelligent AI with Web Tools")
|
| 98 |
|
| 99 |
with gr.Row():
|
|
|
|
| 93 |
final_output = "\n".join(output_buffer)
|
| 94 |
yield final_output, final_answer
|
| 95 |
|
| 96 |
+
with gr.Blocks(title="SmolAgent - Streaming AI", theme="CultriX/gradio-theme") as demo:
|
| 97 |
gr.Markdown("# SmolAgent - Intelligent AI with Web Tools")
|
| 98 |
|
| 99 |
with gr.Row():
|