Wanswan commited on
Commit
20642f3
·
verified ·
1 Parent(s): c848342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
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("""