Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -277,12 +277,12 @@ CUSTOM_CSS = """
|
|
| 277 |
--bg: #f5f7fb;
|
| 278 |
--panel: #ffffff;
|
| 279 |
--panel-2: #f9fafc;
|
| 280 |
-
--border: rgba(
|
| 281 |
-
--text: #
|
| 282 |
-
--muted: #
|
| 283 |
-
--accent: #
|
| 284 |
-
--accent-2: #
|
| 285 |
-
--shadow: 0
|
| 286 |
}
|
| 287 |
|
| 288 |
.gradio-container {
|
|
|
|
| 277 |
--bg: #f5f7fb;
|
| 278 |
--panel: #ffffff;
|
| 279 |
--panel-2: #f9fafc;
|
| 280 |
+
--border: rgba(0,0,0,0.08);
|
| 281 |
+
--text: #1a1f36;
|
| 282 |
+
--muted: #6b7280;
|
| 283 |
+
--accent: #2563eb;
|
| 284 |
+
--accent-2: #0ea5e9;
|
| 285 |
+
--shadow: 0 8px 24px rgba(0,0,0,0.06);
|
| 286 |
}
|
| 287 |
|
| 288 |
.gradio-container {
|