SuriRaja commited on
Commit
9ee1dce
1 Parent(s): e544c79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
101
  chart_output = gr.Image(label="Detection Trends")
102
 
103
  with gr.Row():
104
- captured_images = gr.Gallery(label="Last 5 Captured Events").style(grid=[1], height="auto")
105
 
106
  with gr.Row():
107
  pause_btn = gr.Button("鈴革笍 Pause")
 
101
  chart_output = gr.Image(label="Detection Trends")
102
 
103
  with gr.Row():
104
+ captured_images = gr.Gallery(label="Last 5 Captured Events", columns=1, height="auto")
105
 
106
  with gr.Row():
107
  pause_btn = gr.Button("鈴革笍 Pause")