CultriX commited on
Commit
f2f8887
·
verified ·
1 Parent(s): 9b535b8

Update app.py

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