Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -990,14 +990,24 @@ def clear_cb():
|
|
| 990 |
# βββββ Gradio interface definition βββββββββββββββββββββββββββββββ
|
| 991 |
css = """
|
| 992 |
:root{
|
| 993 |
-
--page:#
|
| 994 |
-
--muted:#475569; --border:#dbe3ee; --shadow:0
|
| 995 |
--radius:14px; --icon-size:20px; --accent:#2563eb; --accent-soft:#eff6ff;
|
| 996 |
}
|
| 997 |
|
| 998 |
*{box-sizing:border-box}
|
| 999 |
html,body{background:var(--page)!important;color:var(--text)!important}
|
| 1000 |
-
.gradio-container
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1001 |
|
| 1002 |
/* Title and subtitle */
|
| 1003 |
h1{
|
|
|
|
| 990 |
# βββββ Gradio interface definition βββββββββββββββββββββββββββββββ
|
| 991 |
css = """
|
| 992 |
:root{
|
| 993 |
+
--page:#f8fafc; --bg:#f8fafc; --card:#ffffff; --text:#0f172a;
|
| 994 |
+
--muted:#475569; --border:#dbe3ee; --shadow:0 12px 32px rgba(2,6,23,.08);
|
| 995 |
--radius:14px; --icon-size:20px; --accent:#2563eb; --accent-soft:#eff6ff;
|
| 996 |
}
|
| 997 |
|
| 998 |
*{box-sizing:border-box}
|
| 999 |
html,body{background:var(--page)!important;color:var(--text)!important}
|
| 1000 |
+
.gradio-container,
|
| 1001 |
+
.gradio-container > .main,
|
| 1002 |
+
.gradio-container .wrap,
|
| 1003 |
+
.gradio-container .contain,
|
| 1004 |
+
main,
|
| 1005 |
+
.main,
|
| 1006 |
+
.app,
|
| 1007 |
+
#root{
|
| 1008 |
+
background:var(--page)!important;
|
| 1009 |
+
}
|
| 1010 |
+
.gradio-container{max-width:1120px;margin:0 auto;padding:0 20px 32px;min-height:100vh}
|
| 1011 |
|
| 1012 |
/* Title and subtitle */
|
| 1013 |
h1{
|