allyyy commited on
Commit
fe329ac
·
verified ·
1 Parent(s): 69ece5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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: 'Roboto', sans-serif;
181
  }
182
 
183
  .gr-chat-message {
184
- background-color: #ff5733 !important; /* Example background color */
185
- color: #ffffff !important; /* Example text 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 {