prithivMLmods commited on
Commit
5868777
·
verified ·
1 Parent(s): 0803d09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -104,6 +104,10 @@ h1{text-align:center}
104
  footer {
105
  visibility: hidden
106
  }
 
 
 
 
107
  '''
108
 
109
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
 
104
  footer {
105
  visibility: hidden
106
  }
107
+ .submit-btn {
108
+ background-color: #2980b9 !important;
109
+ color: white !important;
110
+ }
111
  '''
112
 
113
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo: