Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
8890383
1
Parent(s):
950d753
Update app.py
Browse files
app.py
CHANGED
@@ -106,10 +106,12 @@ footer {
|
|
106 |
visibility: hidden
|
107 |
}
|
108 |
.submit-btn {
|
109 |
-
background-color:
|
110 |
color: white !important;
|
111 |
}
|
112 |
-
|
|
|
|
|
113 |
'''
|
114 |
|
115 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
|
106 |
visibility: hidden
|
107 |
}
|
108 |
.submit-btn {
|
109 |
+
background-color: #49c0e3 !important;
|
110 |
color: white !important;
|
111 |
}
|
112 |
+
.submit-btn:hover {
|
113 |
+
background-color: #43d4ff !important;
|
114 |
+
}
|
115 |
'''
|
116 |
|
117 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|