Update app.py
Browse files
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)
|