juhoinkinen commited on
Commit
ad2f3c8
·
unverified ·
1 Parent(s): 8f9e3fe

Try changing background color from pure white

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: white;
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: white;
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;