Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,8 @@ css = """
|
|
24 |
.message-row {
|
25 |
justify-content: space-evenly !important;
|
26 |
width: 100%;
|
|
|
|
|
27 |
}
|
28 |
.message.bot{
|
29 |
text-align: right;
|
|
|
24 |
.message-row {
|
25 |
justify-content: space-evenly !important;
|
26 |
width: 100%;
|
27 |
+
margin: calc(var(--spacing-xl) * 3) 0 !important;
|
28 |
+
padding: 0 calc(var(--spacing-xl) * 3) !important;
|
29 |
}
|
30 |
.message.bot{
|
31 |
text-align: right;
|