Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|