pabloce commited on
Commit
75cbc5e
·
verified ·
1 Parent(s): d1f8024

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -16,12 +16,14 @@ css = """
16
  }
17
  .message-bubble-border {
18
  border-radius: 6px !important;
 
 
19
  border-color: #343140 !important;
20
  }
21
- .user.dark {
22
  background: #1e1c26 !important;
23
  }
24
- .assistant.dark, .pending.dark {
25
  background: #16141c !important;
26
  }
27
  """
 
16
  }
17
  .message-bubble-border {
18
  border-radius: 6px !important;
19
+ }
20
+ .dark.message-bubble-border {
21
  border-color: #343140 !important;
22
  }
23
+ .dark.user {
24
  background: #1e1c26 !important;
25
  }
26
+ .dark.assistant.dark, .dark.pending.dark {
27
  background: #16141c !important;
28
  }
29
  """