Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ class GradioInterface:
|
|
| 112 |
background-size: cover;
|
| 113 |
background-position: center;
|
| 114 |
background-repeat: no-repeat;
|
| 115 |
-
background-color: rgba(255, 255, 255, 0.
|
| 116 |
background-blend-mode: overlay;
|
| 117 |
}
|
| 118 |
*/
|
|
@@ -141,7 +141,7 @@ class GradioInterface:
|
|
| 141 |
padding: 3px 40px !important; /* Reduced vertical padding to 3px */
|
| 142 |
border: 1px solid #0066cc !important;
|
| 143 |
border-radius: 10px !important;
|
| 144 |
-
background-color: rgba(0, 102, 204, 0.
|
| 145 |
}
|
| 146 |
|
| 147 |
.title-container * {
|
|
|
|
| 112 |
background-size: cover;
|
| 113 |
background-position: center;
|
| 114 |
background-repeat: no-repeat;
|
| 115 |
+
background-color: rgba(255, 255, 255, 0.05);
|
| 116 |
background-blend-mode: overlay;
|
| 117 |
}
|
| 118 |
*/
|
|
|
|
| 141 |
padding: 3px 40px !important; /* Reduced vertical padding to 3px */
|
| 142 |
border: 1px solid #0066cc !important;
|
| 143 |
border-radius: 10px !important;
|
| 144 |
+
background-color: rgba(0, 102, 204, 0.05) !important;
|
| 145 |
}
|
| 146 |
|
| 147 |
.title-container * {
|