ThisIs-Developer commited on
Commit
77e04bc
1 Parent(s): 610fc2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def main():
89
  color: white; /* Font color */
90
  }
91
  .user-bubble {
92
- background-color: #1f1f1f; /* Darker 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;