Commit
·
5a01777
1
Parent(s):
d7ad13d
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,6 +48,7 @@ demo = gr.ChatInterface(fn=generate,
|
|
| 48 |
undo_btn=None,
|
| 49 |
css="body { background-color: inherit; }"
|
| 50 |
"#component-2 {display: none;}"
|
|
|
|
| 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;}"
|
|
@@ -58,7 +59,7 @@ demo = gr.ChatInterface(fn=generate,
|
|
| 58 |
"textarea.scroll-hide.svelte-1f354aw { background: transparent; color: #fff;}"
|
| 59 |
".primary.svelte-cmf5ev { background: transparent; color: white;}"
|
| 60 |
".primary.svelte-cmf5ev:hover { background: transparent; color: white;}"
|
| 61 |
-
"button#component-8 { display:
|
| 62 |
"button#component-10 { flex: none; margin-left: auto; border-radius: 25px;}"
|
| 63 |
".share-button.svelte-12dsd9j { display: none;}"
|
| 64 |
"footer.svelte-mpyp5e { display: none !important;}"
|
|
|
|
| 48 |
undo_btn=None,
|
| 49 |
css="body { background-color: inherit; }"
|
| 50 |
"#component-2 {display: none;}"
|
| 51 |
+
"div#component-0 { height: auto !important;}"
|
| 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;}"
|
|
|
|
| 59 |
"textarea.scroll-hide.svelte-1f354aw { background: transparent; color: #fff;}"
|
| 60 |
".primary.svelte-cmf5ev { background: transparent; color: white;}"
|
| 61 |
".primary.svelte-cmf5ev:hover { background: transparent; color: white;}"
|
| 62 |
+
"button#component-8 { display: none; 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;}"
|