prithivMLmods commited on
Commit
4ae2708
1 Parent(s): e737818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -105,8 +105,12 @@ h1{text-align:center}
105
  footer {
106
  visibility: hidden
107
  }
108
- '''
 
 
 
109
 
 
110
 
111
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
112
  with gr.Row():
@@ -118,7 +122,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
118
  placeholder="Enter your prompt",
119
  container=False,
120
  )
121
- run_button = gr.Button("Generate as ( 768 x 1024 )🤗", scale=0)
122
 
123
  with gr.Accordion("Advanced options", open=True, visible=True):
124
  seed = gr.Slider(
 
105
  footer {
106
  visibility: hidden
107
  }
108
+ .submit-btn {
109
+ background-color: #e74c3c !important;
110
+ color: white !important;
111
+ }
112
 
113
+ '''
114
 
115
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
116
  with gr.Row():
 
122
  placeholder="Enter your prompt",
123
  container=False,
124
  )
125
+ run_button = gr.Button("Generate as ( 768 x 1024 )🤗", scale=0, elem_classes="submit-btn")
126
 
127
  with gr.Accordion("Advanced options", open=True, visible=True):
128
  seed = gr.Slider(