Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,13 @@ hf_hub_download(
|
|
| 23 |
css = """
|
| 24 |
.message-row {
|
| 25 |
justify-content: space-evenly !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
}
|
| 27 |
.message-bubble-border {
|
| 28 |
border-radius: 6px !important;
|
|
|
|
| 23 |
css = """
|
| 24 |
.message-row {
|
| 25 |
justify-content: space-evenly !important;
|
| 26 |
+
width: 100%;
|
| 27 |
+
}
|
| 28 |
+
.message.bot{
|
| 29 |
+
text-align: right;
|
| 30 |
+
width: 100%;
|
| 31 |
+
padding: 10px;
|
| 32 |
+
border-radius: 10px;
|
| 33 |
}
|
| 34 |
.message-bubble-border {
|
| 35 |
border-radius: 6px !important;
|