Spaces:
Runtime error
Runtime error
gokaygokay
commited on
Commit
•
01cb633
1
Parent(s):
b151eb9
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks(theme='bethecloud/storj_theme') as demo:
|
|
257 |
</p>
|
258 |
""")
|
259 |
|
260 |
-
|
261 |
with gr.Column(scale=1):
|
262 |
model_choice = gr.Dropdown(
|
263 |
label="Model",
|
|
|
257 |
</p>
|
258 |
""")
|
259 |
|
260 |
+
with gr.Row():
|
261 |
with gr.Column(scale=1):
|
262 |
model_choice = gr.Dropdown(
|
263 |
label="Model",
|