panelforge commited on
Commit
d83e2ce
·
verified ·
1 Parent(s): 9ed2bbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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", scale=0, elem_id="run-button")
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")