Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1248,8 +1248,8 @@ with gr.Blocks(
|
|
| 1248 |
button {transition: background-color 0.3s;}
|
| 1249 |
button:hover {background-color: #e0e0e0;}
|
| 1250 |
.gradio-container { background: linear-gradient(135deg, #2a2a2a, #6a6a6a); box-shadow: 0 0 2rem rgba(255, 255, 255, 0.14);padding-top: 30px;}
|
| 1251 |
-
.gradio-container.gradio-container-5-28-0 .contain h1 {white !important;}
|
| 1252 |
-
.gradio-container.gradio-container-5-28-0 .contain h2 {white !important;}
|
| 1253 |
""",
|
| 1254 |
js=js_code,
|
| 1255 |
head='<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">'
|
|
|
|
| 1248 |
button {transition: background-color 0.3s;}
|
| 1249 |
button:hover {background-color: #e0e0e0;}
|
| 1250 |
.gradio-container { background: linear-gradient(135deg, #2a2a2a, #6a6a6a); box-shadow: 0 0 2rem rgba(255, 255, 255, 0.14);padding-top: 30px;}
|
| 1251 |
+
.gradio-container.gradio-container-5-28-0 .contain h1 {color: white !important;}
|
| 1252 |
+
.gradio-container.gradio-container-5-28-0 .contain h2 {color: white !important;}
|
| 1253 |
""",
|
| 1254 |
js=js_code,
|
| 1255 |
head='<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">'
|