Spaces:
Running
on
Zero
Running
on
Zero
Jordan Legg
commited on
Commit
•
85963e9
1
Parent(s):
089e8b5
turned container back on
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(css=css) as demo:
|
|
149 |
label="Prompt",
|
150 |
show_label=False,
|
151 |
placeholder="Enter your prompt",
|
152 |
-
container=
|
153 |
)
|
154 |
|
155 |
run_button = gr.Button("Run", scale=0)
|
|
|
149 |
label="Prompt",
|
150 |
show_label=False,
|
151 |
placeholder="Enter your prompt",
|
152 |
+
container=True,
|
153 |
)
|
154 |
|
155 |
run_button = gr.Button("Run", scale=0)
|