Update app.py
Browse files
app.py
CHANGED
|
@@ -42,6 +42,9 @@ css = """
|
|
| 42 |
.message-bubble-border {
|
| 43 |
border-radius: 6px !important;
|
| 44 |
}
|
|
|
|
|
|
|
|
|
|
| 45 |
.message-buttons-bot, .message-buttons-user {
|
| 46 |
right: 10px !important;
|
| 47 |
left: auto !important;
|
|
|
|
| 42 |
.message-bubble-border {
|
| 43 |
border-radius: 6px !important;
|
| 44 |
}
|
| 45 |
+
.message-buttons {
|
| 46 |
+
justify-content: flex-end !important;
|
| 47 |
+
}
|
| 48 |
.message-buttons-bot, .message-buttons-user {
|
| 49 |
right: 10px !important;
|
| 50 |
left: auto !important;
|