Commit
·
508369d
1
Parent(s):
7b4c465
Update app.py
Browse files
app.py
CHANGED
@@ -48,13 +48,21 @@ demo = gr.ChatInterface(fn=generate,
|
|
48 |
retry_btn=None,
|
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 |
|
|
|
48 |
retry_btn=None,
|
49 |
undo_btn=None,
|
50 |
css="body { background-color: inherit; }"
|
51 |
+
"#component2 {display: none;}"
|
52 |
".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
|
53 |
"gradio-app {background: linear-gradient(134deg,#00425e 0%,#001a3f 43%,#421438 77%) !important; background-attachment: fixed !important; background-position: top;}"
|
54 |
".panel.svelte-vt1mxs {background: transparent;}"
|
55 |
".block.svelte-90oupt { background: transparent; border-color: transparent;}"
|
56 |
".bot.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j { background: #ffffff1a; border-color: transparent; color: white;}"
|
57 |
".user.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j { background: #ffffff1a; border-color: transparent; color: white; padding: 5px 13px;}"
|
58 |
+
"div.svelte-iyf88w{ background: #cc98d445; border-color: transparent; border-radius: 25px;}"
|
59 |
+
"textarea.scroll-hide.svelte-1f354aw { background: transparent;}"
|
60 |
+
".primary.svelte-cmf5ev { background: transparent; color: white;}"
|
61 |
+
".primary.svelte-cmf5ev:hover { background: transparent; color: white;}"
|
62 |
+
"button#component-8 { display: flex; position: absolute; margin-top: 60px; border-radius: 25px;}"
|
63 |
+
"button#component-10 { flex: none; margin-left: auto; border-radius: 25px;}"
|
64 |
+
".share-button.svelte-12dsd9j { display: none;}"
|
65 |
+
"footer.svelte-mpyp5e { display: none !important;}"
|
66 |
|
67 |
)
|
68 |
|