Spaces:
Runtime error
Runtime error
Commit
·
6f5321f
1
Parent(s):
c1481ae
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks(
|
|
33 |
c900="#708090",
|
34 |
c950="#708090",
|
35 |
),
|
36 |
-
secondary_hue=gr.themes.
|
37 |
c50="#576b95",
|
38 |
c100="#576b95",
|
39 |
c200="#576b95",
|
@@ -46,19 +46,19 @@ with gr.Blocks(
|
|
46 |
c900="#576b95",
|
47 |
c950="#576b95",
|
48 |
),
|
49 |
-
neutral_hue=gr.themes.
|
50 |
-
name="
|
51 |
-
c50="#
|
52 |
-
c100="#
|
53 |
-
c200="#
|
54 |
-
c300="#
|
55 |
-
c400="#
|
56 |
-
c500="#
|
57 |
-
c600="#
|
58 |
-
c700="#
|
59 |
-
c800="#
|
60 |
-
c900="#
|
61 |
-
c950="#
|
62 |
),
|
63 |
radius_size=gr.themes.sizes.radius_sm,
|
64 |
).set(
|
|
|
33 |
c900="#708090",
|
34 |
c950="#708090",
|
35 |
),
|
36 |
+
secondary_hue=gr.themes.color(
|
37 |
c50="#576b95",
|
38 |
c100="#576b95",
|
39 |
c200="#576b95",
|
|
|
46 |
c900="#576b95",
|
47 |
c950="#576b95",
|
48 |
),
|
49 |
+
neutral_hue=gr.themes.color(
|
50 |
+
name="gray",
|
51 |
+
c50="#f9fafb",
|
52 |
+
c100="#f3f4f6",
|
53 |
+
c200="#e5e7eb",
|
54 |
+
c300="#d1d5db",
|
55 |
+
c400="#B2B2B2",
|
56 |
+
c500="#808080",
|
57 |
+
c600="#636363",
|
58 |
+
c700="#515151",
|
59 |
+
c800="#393939",
|
60 |
+
c900="#272727",
|
61 |
+
c950="#171717",
|
62 |
),
|
63 |
radius_size=gr.themes.sizes.radius_sm,
|
64 |
).set(
|