Update app.py
Browse files
app.py
CHANGED
|
@@ -253,7 +253,7 @@ with gr.Blocks(title=title) as demo:
|
|
| 253 |
|
| 254 |
gr.Markdown("## Test Samples")
|
| 255 |
|
| 256 |
-
with gr.Row():
|
| 257 |
|
| 258 |
# NORMAL
|
| 259 |
with gr.Column(scale=1):
|
|
|
|
| 253 |
|
| 254 |
gr.Markdown("## Test Samples")
|
| 255 |
|
| 256 |
+
with gr.Row(scale=1):
|
| 257 |
|
| 258 |
# NORMAL
|
| 259 |
with gr.Column(scale=1):
|