Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
c743a43
1
Parent(s):
92d2e01
Update app.py
Browse files
app.py
CHANGED
@@ -161,6 +161,7 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
|
|
161 |
label="Prompt",
|
162 |
show_label=False,
|
163 |
max_lines=1,
|
|
|
164 |
placeholder="Enter your prompt",
|
165 |
)
|
166 |
run_button = gr.Button("Run")
|
|
|
161 |
label="Prompt",
|
162 |
show_label=False,
|
163 |
max_lines=1,
|
164 |
+
container=False,
|
165 |
placeholder="Enter your prompt",
|
166 |
)
|
167 |
run_button = gr.Button("Run")
|