panelforge commited on
Commit
70b61d7
·
verified ·
1 Parent(s): 01111ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -62,11 +62,6 @@ css = """
62
  margin: 0 auto;
63
  max-width: 640px;
64
  }
65
- #run-button {
66
- width: 100%;
67
- margin-top: 10px;
68
- display: block;
69
- }
70
  """
71
 
72
  with gr.Blocks(css=css) as demo:
@@ -85,7 +80,7 @@ with gr.Blocks(css=css) as demo:
85
  )
86
 
87
  with gr.Row():
88
- run_button = gr.Button("Run", variant="primary", elem_id="run-button")
89
 
90
  with gr.Accordion("Advanced Settings", open=False):
91
  with gr.Row():
 
62
  margin: 0 auto;
63
  max-width: 640px;
64
  }
 
 
 
 
 
65
  """
66
 
67
  with gr.Blocks(css=css) as demo:
 
80
  )
81
 
82
  with gr.Row():
83
+ run_button = gr.Button("Run", variant="primary")
84
 
85
  with gr.Accordion("Advanced Settings", open=False):
86
  with gr.Row():