prithivMLmods commited on
Commit
a947f4a
·
verified ·
1 Parent(s): b1397a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -369,11 +369,11 @@ css = '''
369
  h1{text-align:center}
370
 
371
  .submit-btn {
372
- background-color: #16a085 !important;
373
  color: white !important;
374
  }
375
  .submit-btn:hover {
376
- background-color: #5dade2 !important;
377
  }
378
  '''
379
 
@@ -387,7 +387,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
387
  placeholder="Enter your prompt",
388
  container=False,
389
  )
390
- run_button = gr.Button("Generate as (1024 x 1024)📦", scale=0, elem_classes="submit-btn")
391
 
392
  with gr.Row(visible=True):
393
  grid_size_selection = gr.Dropdown(
 
369
  h1{text-align:center}
370
 
371
  .submit-btn {
372
+ background-color: #eb790d !important;
373
  color: white !important;
374
  }
375
  .submit-btn:hover {
376
+ background-color: #ffa34d !important;
377
  }
378
  '''
379
 
 
387
  placeholder="Enter your prompt",
388
  container=False,
389
  )
390
+ run_button = gr.Button("Generate as (1024 x 1024)🕸️", scale=0, elem_classes="submit-btn")
391
 
392
  with gr.Row(visible=True):
393
  grid_size_selection = gr.Dropdown(