Spaces:
Runtime error
Runtime error
Update beschreibungen.py
Browse files- beschreibungen.py +11 -11
beschreibungen.py
CHANGED
@@ -62,18 +62,18 @@ small_and_beautiful_theme = gr.themes.Soft(
|
|
62 |
c950="#576b95",
|
63 |
),
|
64 |
neutral_hue=gr.themes.Color(
|
65 |
-
name="
|
66 |
-
c50="#
|
67 |
-
c100="#
|
68 |
-
c200="#
|
69 |
-
c300="#
|
70 |
-
c400="#
|
71 |
c500="#808080",
|
72 |
-
c600="#
|
73 |
-
c700="#
|
74 |
-
c800="#
|
75 |
-
c900="#
|
76 |
-
c950="#
|
77 |
),
|
78 |
radius_size=gr.themes.sizes.radius_sm,
|
79 |
).set(
|
|
|
62 |
c950="#576b95",
|
63 |
),
|
64 |
neutral_hue=gr.themes.Color(
|
65 |
+
name="dark",
|
66 |
+
c50="#171717",
|
67 |
+
c100="#272727",
|
68 |
+
c200="#393939",
|
69 |
+
c300="#515151",
|
70 |
+
c400="#636363",
|
71 |
c500="#808080",
|
72 |
+
c600="#B2B2B2",
|
73 |
+
c700="#d1d5db",
|
74 |
+
c800="#e5e7eb",
|
75 |
+
c900="#f3f4f6",
|
76 |
+
c950="#f9fafb",
|
77 |
),
|
78 |
radius_size=gr.themes.sizes.radius_sm,
|
79 |
).set(
|