Update app.py
Browse files
app.py
CHANGED
|
@@ -34,9 +34,15 @@ css = """
|
|
| 34 |
margin: calc(var(--spacing-xl)) 0 !important;
|
| 35 |
padding: 0 calc(var(--spacing-xl) * 3) !important;
|
| 36 |
}
|
| 37 |
-
.
|
| 38 |
border-bottom-right-radius: var(--radius-xl) !important;
|
| 39 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
.message.bot{
|
| 41 |
text-align: right;
|
| 42 |
width: 100%;
|
|
@@ -46,7 +52,7 @@ css = """
|
|
| 46 |
.message-bubble-border {
|
| 47 |
border-radius: 6px !important;
|
| 48 |
}
|
| 49 |
-
.message-buttons {
|
| 50 |
justify-content: flex-end !important;
|
| 51 |
}
|
| 52 |
.message-buttons-bot, .message-buttons-user {
|
|
|
|
| 34 |
margin: calc(var(--spacing-xl)) 0 !important;
|
| 35 |
padding: 0 calc(var(--spacing-xl) * 3) !important;
|
| 36 |
}
|
| 37 |
+
.flex-wrap.user {
|
| 38 |
border-bottom-right-radius: var(--radius-xl) !important;
|
| 39 |
}
|
| 40 |
+
.flex-wrap.bot {
|
| 41 |
+
border-bottom-left-radius: var(--radius-xl) !important;
|
| 42 |
+
}
|
| 43 |
+
.message.user{
|
| 44 |
+
padding: 10px;
|
| 45 |
+
}
|
| 46 |
.message.bot{
|
| 47 |
text-align: right;
|
| 48 |
width: 100%;
|
|
|
|
| 52 |
.message-bubble-border {
|
| 53 |
border-radius: 6px !important;
|
| 54 |
}
|
| 55 |
+
.message-buttons, .message-buttons-left {
|
| 56 |
justify-content: flex-end !important;
|
| 57 |
}
|
| 58 |
.message-buttons-bot, .message-buttons-user {
|