Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,8 @@ with gr.Blocks(
|
|
143 |
),
|
144 |
css="""
|
145 |
body {
|
146 |
-
background-color: #
|
|
|
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 #
|
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 |
""",
|