Ujeshhh commited on
Commit
e61c2fa
·
verified ·
1 Parent(s): d18a250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -164,8 +164,8 @@ def generate_chat_display(history):
164
  <style>
165
  .chat-container { max-width: 600px; margin: auto; }
166
  .message { margin: 10px 0; padding: 10px; border-radius: 10px; width: 80%; color: #000000; }
167
- .bot-message { background-color: #e6f3ff; float: left; clear: both; }
168
- .user-message { background-color: #d4edda; float: right; clear: both; }
169
  </style>
170
  <div class='chat-container'>
171
  """
 
164
  <style>
165
  .chat-container { max-width: 600px; margin: auto; }
166
  .message { margin: 10px 0; padding: 10px; border-radius: 10px; width: 80%; color: #000000; }
167
+ .bot-message { background-color: #3A3B3C; float: left; clear: both; }
168
+ .user-message { background-color: #192734; float: right; clear: both; }
169
  </style>
170
  <div class='chat-container'>
171
  """