Update app.py
Browse files
app.py
CHANGED
@@ -177,12 +177,12 @@ custom_css = """
|
|
177 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
|
178 |
|
179 |
body {
|
180 |
-
font-family: '
|
181 |
}
|
182 |
|
183 |
.gr-chat-message {
|
184 |
-
background-color: #
|
185 |
-
color: #
|
186 |
}
|
187 |
|
188 |
button a {
|
|
|
177 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
|
178 |
|
179 |
body {
|
180 |
+
font-family: 'Inter', sans-serif;
|
181 |
}
|
182 |
|
183 |
.gr-chat-message {
|
184 |
+
background-color: #e3e9da
|
185 |
+
color: #e3e9da
|
186 |
}
|
187 |
|
188 |
button a {
|