pabloce commited on
Commit
6ffd788
·
verified ·
1 Parent(s): 2110ec0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ css = """
21
  .user {
22
  background: #1e1c26 !important;
23
  }
24
- .assistant {
25
  background: #16141c !important;
26
  }
27
  """
 
21
  .user {
22
  background: #1e1c26 !important;
23
  }
24
+ .assistant, .pending {
25
  background: #16141c !important;
26
  }
27
  """