MohammedNasser commited on
Commit
a57ca47
1 Parent(s): c53f951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -136,7 +136,7 @@ label {
136
 
137
  .arabic-chatbox .message.user {
138
  font-family: 'Cairo', sans-serif !important;
139
- background-color: #FFFBE6; /* Light gray background for user messages */
140
  border-radius: 10px;
141
  padding: 10px;
142
  margin-bottom: 10px;
@@ -144,16 +144,12 @@ label {
144
 
145
  .arabic-chatbox .message.bot {
146
  font-family: 'Cairo', sans-serif !important;
147
- background-color: #E7FBE6; /* Light cyan background for bot messages */
148
- border-radius: 10px;
149
  padding: 10px;
150
  margin-bottom: 10px;
151
  }
152
 
153
- .arabic-chatbox .message.user img,
154
- #chatbox .message.bot img {
155
- margin-right: 10px;
156
- }
157
 
158
  #custom-logo {
159
  display: block;
 
136
 
137
  .arabic-chatbox .message.user {
138
  font-family: 'Cairo', sans-serif !important;
139
+ background-color: #FFFBE6;
140
  border-radius: 10px;
141
  padding: 10px;
142
  margin-bottom: 10px;
 
144
 
145
  .arabic-chatbox .message.bot {
146
  font-family: 'Cairo', sans-serif !important;
147
+ background-color: #E7FBE6;
 
148
  padding: 10px;
149
  margin-bottom: 10px;
150
  }
151
 
152
+
 
 
 
153
 
154
  #custom-logo {
155
  display: block;