Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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: #
|
168 |
-
.user-message { background-color: #
|
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 |
"""
|