Spaces:
Sleeping
Sleeping
Commit
·
42a086a
1
Parent(s):
23a3ce4
remove borders
Browse files
app.py
CHANGED
|
@@ -610,10 +610,16 @@ def create_chat_interface():
|
|
| 610 |
.message-row {
|
| 611 |
border-style: none !important;
|
| 612 |
margin: 0px !important;
|
|
|
|
| 613 |
}
|
| 614 |
.flex-wrap {
|
| 615 |
border-style: none !important;
|
| 616 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 617 |
|
| 618 |
"""
|
| 619 |
js = """
|
|
|
|
| 610 |
.message-row {
|
| 611 |
border-style: none !important;
|
| 612 |
margin: 0px !important;
|
| 613 |
+
width: 100% !important;
|
| 614 |
}
|
| 615 |
.flex-wrap {
|
| 616 |
border-style: none !important;
|
| 617 |
}
|
| 618 |
+
|
| 619 |
+
.panel-full-width {
|
| 620 |
+
border-style: none !important;
|
| 621 |
+
border-width: 0px !important;
|
| 622 |
+
}
|
| 623 |
|
| 624 |
"""
|
| 625 |
js = """
|