pavanmutha commited on
Commit
f466e9a
·
verified ·
1 Parent(s): 2ea5666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,7 +290,7 @@ with gr.Blocks() as demo:
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():
 
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)", columns=2)
294
  agent_btn = gr.Button("Run AI Agent (5 Insights + 5 Visualizations)")
295
 
296
  with gr.Row():