Spaces:
Runtime error
Runtime error
ThisIs-Developer
commited on
Commit
•
77e04bc
1
Parent(s):
610fc2c
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def main():
|
|
89 |
color: white; /* Font color */
|
90 |
}
|
91 |
.user-bubble {
|
92 |
-
background-color: #
|
93 |
align-self: flex-end;
|
94 |
border-radius: 10px;
|
95 |
padding: 8px;
|
|
|
89 |
color: white; /* Font color */
|
90 |
}
|
91 |
.user-bubble {
|
92 |
+
background-color: #007bff; /* Blue color for user */
|
93 |
align-self: flex-end;
|
94 |
border-radius: 10px;
|
95 |
padding: 8px;
|