runebloodstone commited on
Commit
c6ec965
·
verified ·
1 Parent(s): 952731e

Update app.py

Browse files

Fix color of bot message.

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,6 +35,7 @@ with gr.Blocks(css="""
35
  }
36
  .message.bot {
37
  background-color: #f3f4f6 !important;
 
38
  border-radius: 12px 12px 12px 0 !important;
39
  margin-right: auto !important;
40
  margin-left: 1rem !important;
 
35
  }
36
  .message.bot {
37
  background-color: #f3f4f6 !important;
38
+ color: #000000;
39
  border-radius: 12px 12px 12px 0 !important;
40
  margin-right: auto !important;
41
  margin-left: 1rem !important;