Commit
·
7b4c465
1
Parent(s):
32f683a
Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,12 @@ demo = gr.ChatInterface(fn=generate,
|
|
49 |
undo_btn=None,
|
50 |
css="body { background-color: inherit; }"
|
51 |
".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
)
|
54 |
|
|
|
49 |
undo_btn=None,
|
50 |
css="body { background-color: inherit; }"
|
51 |
".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
|
52 |
+
"gradio-app {background: linear-gradient(134deg,#00425e 0%,#001a3f 43%,#421438 77%) !important; background-attachment: fixed !important; background-position: top;}"
|
53 |
+
".panel.svelte-vt1mxs {background: transparent;}"
|
54 |
+
".block.svelte-90oupt { background: transparent; border-color: transparent;}"
|
55 |
+
".bot.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j { background: #ffffff1a; border-color: transparent; color: white;}"
|
56 |
+
".user.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j { background: #ffffff1a; border-color: transparent; color: white; padding: 5px 13px;}"
|
57 |
+
"div.svelte-iyf88w{ background: #cc98d445; border-color: transparent;}"
|
58 |
|
59 |
)
|
60 |
|