Spaces:
Runtime error
Runtime error
ParityError
commited on
Commit
•
fb0774e
1
Parent(s):
b7eca24
Update app.py
Browse files).style(height="200px", grid=2) -> , height=200, columns=2)
app.py
CHANGED
@@ -113,8 +113,8 @@ with gr.Blocks(theme='ParityError/Anime') as demo:
|
|
113 |
"https://gradio-static-files.s3.us-west-2.amazonaws.com/tower.jpg",
|
114 |
"tower",
|
115 |
),
|
116 |
-
]
|
117 |
-
|
118 |
|
119 |
with gr.Row():
|
120 |
with gr.Column(scale=2):
|
|
|
113 |
"https://gradio-static-files.s3.us-west-2.amazonaws.com/tower.jpg",
|
114 |
"tower",
|
115 |
),
|
116 |
+
],
|
117 |
+
height=200, columns=2)
|
118 |
|
119 |
with gr.Row():
|
120 |
with gr.Column(scale=2):
|