Spaces:
Sleeping
Sleeping
juhoinkinen
commited on
Try changing background color from pure white
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ langs = ("eng", "fin", "swe")
|
|
73 |
css = """
|
74 |
.gradio-container, .gradio-container * {
|
75 |
color: #343260 !important;
|
76 |
-
background-color:
|
77 |
color: #343260;
|
78 |
font-family: Jost, sans-serif;
|
79 |
font-weight: 400;
|
@@ -81,7 +81,7 @@ css = """
|
|
81 |
line-height: 1.2;
|
82 |
}
|
83 |
body, .mygrclass {
|
84 |
-
background-color:
|
85 |
color: #343260;
|
86 |
font-family: Jost, sans-serif;
|
87 |
font-weight: 400;
|
|
|
73 |
css = """
|
74 |
.gradio-container, .gradio-container * {
|
75 |
color: #343260 !important;
|
76 |
+
background-color: #f3f3f6;
|
77 |
color: #343260;
|
78 |
font-family: Jost, sans-serif;
|
79 |
font-weight: 400;
|
|
|
81 |
line-height: 1.2;
|
82 |
}
|
83 |
body, .mygrclass {
|
84 |
+
background-color: #f3f3f6;
|
85 |
color: #343260;
|
86 |
font-family: Jost, sans-serif;
|
87 |
font-weight: 400;
|