Commit
·
389cd6c
1
Parent(s):
481d12f
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ demo = gr.ChatInterface(fn=generate,
|
|
| 47 |
retry_btn=None,
|
| 48 |
undo_btn=None,
|
| 49 |
css="body { background-color: inherit; overflow-x:hidden;}"
|
| 50 |
-
":root {--color-accent: transparent !important; --color-accent-soft:transparent !important;}"
|
| 51 |
"#component-2 {background:#ffffff1a; display:contents;}"
|
| 52 |
"div#component-0 { height: auto !important;}"
|
| 53 |
".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
|
|
|
|
| 47 |
retry_btn=None,
|
| 48 |
undo_btn=None,
|
| 49 |
css="body { background-color: inherit; overflow-x:hidden;}"
|
| 50 |
+
":root {--color-accent: transparent !important; --color-accent-soft:transparent !important; --code-background-fill:black !important;}"
|
| 51 |
"#component-2 {background:#ffffff1a; display:contents;}"
|
| 52 |
"div#component-0 { height: auto !important;}"
|
| 53 |
".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
|