prithivMLmods commited on
Commit
e13d4b6
·
verified ·
1 Parent(s): 047a31b

update app

Browse files
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -304,14 +304,15 @@ css="""
304
  margin: 0 auto;
305
  max-width: 1000px;
306
  }
307
- #main-title h1 {font-size: 2.2em !important;}
308
 
309
- .submit-btn {
310
- background-color: #2980b9 !important;
311
- color: white !important;
 
312
  }
313
- .submit-btn:hover {
314
- background-color: #3498db !important;
315
  }
316
  """
317
 
@@ -363,7 +364,7 @@ with gr.Blocks() as demo:
363
  download_button = gr.DownloadButton(
364
  label="Download Image",
365
  visible=False,
366
- elem_classes="submit-btn"
367
  )
368
 
369
  gr.Examples(
 
304
  margin: 0 auto;
305
  max-width: 1000px;
306
  }
307
+ #main-title h1 {font-size: 2.3em !important;}
308
 
309
+ #download-btn {
310
+ background-color: #00FA9A !important;
311
+ color: black !important;
312
+ border: none !important;
313
  }
314
+ #download-btn:hover {
315
+ background-color: #00E08A !important;
316
  }
317
  """
318
 
 
364
  download_button = gr.DownloadButton(
365
  label="Download Image",
366
  visible=False,
367
+ elem_id="download-btn"
368
  )
369
 
370
  gr.Examples(