Update app.py
Browse files
app.py
CHANGED
|
@@ -266,6 +266,21 @@ body, html {
|
|
| 266 |
overflow-x: hidden !important;
|
| 267 |
}
|
| 268 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 269 |
|
| 270 |
#chatbox .message.assistant { background-color: #ffffff !important; }
|
| 271 |
footer { display: none !important; }
|
|
|
|
| 266 |
overflow-x: hidden !important;
|
| 267 |
}
|
| 268 |
|
| 269 |
+
html, body {
|
| 270 |
+
margin: 0 !important;
|
| 271 |
+
padding: 0 !important;
|
| 272 |
+
width: 100vw !important;
|
| 273 |
+
overflow-x: hidden !important;
|
| 274 |
+
}
|
| 275 |
+
|
| 276 |
+
.gradio-container, .gr-box, .gr-block.gr-box, .wrap, .gr-container {
|
| 277 |
+
margin: 0 !important;
|
| 278 |
+
padding: 0 !important;
|
| 279 |
+
max-width: 100vw !important;
|
| 280 |
+
width: 100vw !important;
|
| 281 |
+
box-shadow: none !important;
|
| 282 |
+
border: none !important;
|
| 283 |
+
}
|
| 284 |
|
| 285 |
#chatbox .message.assistant { background-color: #ffffff !important; }
|
| 286 |
footer { display: none !important; }
|