Stone164 commited on
Commit
672396e
·
verified ·
1 Parent(s): 014fcfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -202,6 +202,10 @@ with gr.Blocks(css="""
202
  margin: 6px;
203
  }
204
 
 
 
 
 
205
  .gr-button {
206
  border-radius: 8px;
207
  }
 
202
  margin: 6px;
203
  }
204
 
205
+ .gradio-container .chat-msg.bot-msg .message.bot p {
206
+ color: #000000 !important;
207
+ }
208
+
209
  .gr-button {
210
  border-radius: 8px;
211
  }