Commit
·
a8db81b
1
Parent(s):
e627f14
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ demo = gr.ChatInterface(fn=generate,
|
|
| 46 |
title="Hello! I'm Elisa by SpriFi.👋 How can I help you today?",
|
| 47 |
retry_btn=None,
|
| 48 |
undo_btn=None,
|
| 49 |
-
css="body { background-color: inherit; }"
|
| 50 |
":root {--color-accent: transparent; --color-accent-soft:transparent;}"
|
| 51 |
"#component-2 {background:#ffffff1a; display:contents;}"
|
| 52 |
"div#component-0 { height: auto !important;}"
|
|
|
|
| 46 |
title="Hello! I'm Elisa by SpriFi.👋 How can I help you today?",
|
| 47 |
retry_btn=None,
|
| 48 |
undo_btn=None,
|
| 49 |
+
css="body { background-color: inherit; overflow-x:hidden;}"
|
| 50 |
":root {--color-accent: transparent; --color-accent-soft:transparent;}"
|
| 51 |
"#component-2 {background:#ffffff1a; display:contents;}"
|
| 52 |
"div#component-0 { height: auto !important;}"
|