pabloce commited on
Commit
89bb83f
1 Parent(s): 9625450

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,10 +19,10 @@ css = """
19
  border-radius: 6px !important;
20
  border-color: #21293b !important;
21
  }
22
- .user {
23
  background: #1e293b !important;
24
  }
25
- .assistant, .pending {
26
  background: #0f172a !important;
27
  }
28
  """
 
19
  border-radius: 6px !important;
20
  border-color: #21293b !important;
21
  }
22
+ .user.dark {
23
  background: #1e293b !important;
24
  }
25
+ .assistant.dark, .pending.dark {
26
  background: #0f172a !important;
27
  }
28
  """