Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ css = """
|
|
102 |
#run-button {
|
103 |
width: 100%;
|
104 |
margin-top: 10px;
|
|
|
105 |
}
|
106 |
"""
|
107 |
|
@@ -171,7 +172,7 @@ with gr.Blocks(css=css) as demo:
|
|
171 |
)
|
172 |
|
173 |
# Full-width "Run" button
|
174 |
-
run_button = gr.Button("Run",
|
175 |
|
176 |
with gr.Column(elem_id="right-column"):
|
177 |
gr.Markdown("### Prompt / Tag Input")
|
|
|
102 |
#run-button {
|
103 |
width: 100%;
|
104 |
margin-top: 10px;
|
105 |
+
display: block;
|
106 |
}
|
107 |
"""
|
108 |
|
|
|
172 |
)
|
173 |
|
174 |
# Full-width "Run" button
|
175 |
+
run_button = gr.Button("Run", elem_id="run-button")
|
176 |
|
177 |
with gr.Column(elem_id="right-column"):
|
178 |
gr.Markdown("### Prompt / Tag Input")
|