doctorvivin commited on
Commit
669d700
·
verified ·
1 Parent(s): b0de485

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -72,7 +72,8 @@ demo = gr.ChatInterface(
72
  ".toast-wrap.svelte-pu0yf1 { display:none !important;}"
73
  ".scroll-hide { scrollbar-width: auto !important;}"
74
  ".main svelte-1kyws56 {max-width: 800px; align-self: center;}"
75
- "div#component-4 {max-width: 650px; margin-left: auto; margin-right: auto;}"
 
76
  )
77
 
78
  demo.queue().launch(show_api=False)
 
72
  ".toast-wrap.svelte-pu0yf1 { display:none !important;}"
73
  ".scroll-hide { scrollbar-width: auto !important;}"
74
  ".main svelte-1kyws56 {max-width: 800px; align-self: center;}"
75
+ "div#component-4 {max-width: 650px; margin-left: auto; margin-right: auto;}"
76
+ "body::-webkit-scrollbar { display: none;}"
77
  )
78
 
79
  demo.queue().launch(show_api=False)