Artem0729 commited on
Commit
d93a02a
·
verified ·
1 Parent(s): 1ddf839

Update style on app.py file

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -298,8 +298,8 @@ chatbot = gr.Chatbot(avatar_images=["user.png", "bot.jpg"], height="100%",contai
298
 
299
  js_code = """
300
  <style>
301
- html {
302
- background-color: transparent !important;
303
  }
304
 
305
  #component-0 {
 
298
 
299
  js_code = """
300
  <style>
301
+ body {
302
+ background: transparent !important;
303
  }
304
 
305
  #component-0 {