Update app.py
Browse files
app.py
CHANGED
|
@@ -35,10 +35,10 @@ css = """
|
|
| 35 |
padding: 0 calc(var(--spacing-xl) * 3) !important;
|
| 36 |
}
|
| 37 |
.flex-wrap.user {
|
| 38 |
-
border-bottom-right-radius: var(--radius-
|
| 39 |
}
|
| 40 |
.flex-wrap.bot {
|
| 41 |
-
border-bottom-left-radius: var(--radius-
|
| 42 |
}
|
| 43 |
.message.user{
|
| 44 |
padding: 10px;
|
|
@@ -52,9 +52,12 @@ css = """
|
|
| 52 |
.message-bubble-border {
|
| 53 |
border-radius: 6px !important;
|
| 54 |
}
|
| 55 |
-
.message-buttons
|
| 56 |
justify-content: flex-end !important;
|
| 57 |
}
|
|
|
|
|
|
|
|
|
|
| 58 |
.message-buttons-bot, .message-buttons-user {
|
| 59 |
right: 10px !important;
|
| 60 |
left: auto !important;
|
|
|
|
| 35 |
padding: 0 calc(var(--spacing-xl) * 3) !important;
|
| 36 |
}
|
| 37 |
.flex-wrap.user {
|
| 38 |
+
border-bottom-right-radius: var(--radius-lg) !important;
|
| 39 |
}
|
| 40 |
.flex-wrap.bot {
|
| 41 |
+
border-bottom-left-radius: var(--radius-lg) !important;
|
| 42 |
}
|
| 43 |
.message.user{
|
| 44 |
padding: 10px;
|
|
|
|
| 52 |
.message-bubble-border {
|
| 53 |
border-radius: 6px !important;
|
| 54 |
}
|
| 55 |
+
.message-buttons {
|
| 56 |
justify-content: flex-end !important;
|
| 57 |
}
|
| 58 |
+
.message-buttons-left {
|
| 59 |
+
align-self: start;
|
| 60 |
+
}
|
| 61 |
.message-buttons-bot, .message-buttons-user {
|
| 62 |
right: 10px !important;
|
| 63 |
left: auto !important;
|