Update app.py
Browse files
app.py
CHANGED
|
@@ -266,6 +266,13 @@ html, body, #root, .main, .prose, .block, .wrap, .gradio-container, .gr-box, .gr
|
|
| 266 |
max-width: 94% !important;
|
| 267 |
}
|
| 268 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 269 |
|
| 270 |
""") as demo:
|
| 271 |
gr.HTML("""
|
|
|
|
| 266 |
max-width: 94% !important;
|
| 267 |
}
|
| 268 |
}
|
| 269 |
+
#chatbox .message { background-color: lightblue !important; }
|
| 270 |
+
body {
|
| 271 |
+
background-color: pink !important;
|
| 272 |
+
width: 100vw !important;
|
| 273 |
+
min-width: 100vw !important;
|
| 274 |
+
}
|
| 275 |
+
|
| 276 |
|
| 277 |
""") as demo:
|
| 278 |
gr.HTML("""
|