Update app.py
Browse files
app.py
CHANGED
|
@@ -290,6 +290,7 @@ with gr.Blocks() as demo:
|
|
| 290 |
|
| 291 |
with gr.Column():
|
| 292 |
insights_output = gr.Textbox(label="Insights from SmolAgent", lines=15)
|
|
|
|
| 293 |
agent_btn = gr.Button("Run AI Agent (5 Insights + 5 Visualizations)")
|
| 294 |
|
| 295 |
with gr.Row():
|
|
|
|
| 290 |
|
| 291 |
with gr.Column():
|
| 292 |
insights_output = gr.Textbox(label="Insights from SmolAgent", lines=15)
|
| 293 |
+
visual_output = gr.Gallery(label="Visualizations (Auto-generated by Agent)").style(grid=[2], height="auto")
|
| 294 |
agent_btn = gr.Button("Run AI Agent (5 Insights + 5 Visualizations)")
|
| 295 |
|
| 296 |
with gr.Row():
|