Commit
·
7940679
1
Parent(s):
fa0e9f1
set max width
Browse files
app.py
CHANGED
@@ -612,6 +612,7 @@ def create_chat_interface():
|
|
612 |
border-style: none !important;
|
613 |
margin: 0px !important;
|
614 |
width: 100% !important;
|
|
|
615 |
}
|
616 |
.flex-wrap {
|
617 |
border-style: none !important;
|
|
|
612 |
border-style: none !important;
|
613 |
margin: 0px !important;
|
614 |
width: 100% !important;
|
615 |
+
max-width: 100% !important;
|
616 |
}
|
617 |
.flex-wrap {
|
618 |
border-style: none !important;
|