Update app.py
Browse files
app.py
CHANGED
|
@@ -134,18 +134,10 @@ css = """
|
|
| 134 |
#chatbot {
|
| 135 |
height: 600px;
|
| 136 |
}
|
| 137 |
-
|
| 138 |
-
padding:
|
| 139 |
-
margin:
|
| 140 |
-
border-radius:
|
| 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 |
|