km1lo commited on
Commit
10a75eb
·
verified ·
1 Parent(s): 6eadf6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -143,7 +143,8 @@ with gr.Blocks(
143
  ),
144
  css="""
145
  body {
146
- background-color: #0b3d28;
 
147
  }
148
  .gr-block.gr-markdown h1 {
149
  display: flex;
@@ -163,7 +164,7 @@ with gr.Blocks(
163
  color: #000000 !important;
164
  }
165
  .gr-box {
166
- border: 1px solid #a3d9a5;
167
  border-radius: 8px;
168
  }
169
  """,
 
143
  ),
144
  css="""
145
  body {
146
+ background-color: #004225;
147
+ font-family: 'Roboto', sans-serif;
148
  }
149
  .gr-block.gr-markdown h1 {
150
  display: flex;
 
164
  color: #000000 !important;
165
  }
166
  .gr-box {
167
+ border: 1px solid #2e8b57;
168
  border-radius: 8px;
169
  }
170
  """,