Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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")
|