Spestly commited on
Commit
663284d
·
verified ·
1 Parent(s): db56ca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -12
app.py CHANGED
@@ -134,18 +134,10 @@ css = """
134
  #chatbot {
135
  height: 600px;
136
  }
137
- #chatbot .message {
138
- padding: 8px 12px !important;
139
- margin: 3px 0 !important;
140
- border-radius: 8px !important;
141
- max-width: 80% !important;
142
- font-size: 14px !important;
143
- }
144
- #chatbot .message.user {
145
- background-color: #e3f2fd !important;
146
- }
147
- #chatbot .message.bot {
148
- background-color: #f5f5f5 !important;
149
  }
150
  """
151
 
 
134
  #chatbot {
135
  height: 600px;
136
  }
137
+ .message {
138
+ padding: 10px;
139
+ margin: 5px;
140
+ border-radius: 10px;
 
 
 
 
 
 
 
 
141
  }
142
  """
143