Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,8 @@ demo = gr.ChatInterface(
|
|
55 |
"gradio-app {background: linear-gradient(134deg,#00425e 0%,#001a3f 43%,#421438 77%) !important; background-attachment: fixed !important; background-position: top;}"
|
56 |
".panel.svelte-vt1mxs {background: transparent; padding:0;}"
|
57 |
".block.svelte-90oupt { background: transparent; border-color: transparent;}"
|
58 |
-
".bot.svelte-
|
59 |
-
".user.svelte-
|
60 |
"div.svelte-iyf88w{ background: #cc98d445; border-color: transparent; border-radius: 25px;}"
|
61 |
"textarea.scroll-hide.svelte-1f354aw { background: transparent; color: #fff !important;}"
|
62 |
".primary.svelte-cmf5ev { background: transparent; color: white;}"
|
@@ -64,9 +64,9 @@ demo = gr.ChatInterface(
|
|
64 |
"button#component-8 { display: none; position: absolute; margin-top: 60px; border-radius: 25px;}"
|
65 |
"div#component-9 { max-width: fit-content; margin-left: auto; margin-right: auto;}"
|
66 |
"button#component-10, button#component-11, button#component-12 { flex: none; background: #ffffff1a; border: none; color: white; margin-right: auto; margin-left: auto; border-radius: 9px; min-width: fit-content;}"
|
67 |
-
".share-button.svelte-
|
68 |
"footer.svelte-mpyp5e { display: none !important;}"
|
69 |
-
".message-buttons-bubble.svelte-
|
70 |
".bubble-wrap.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j {padding: 0;}"
|
71 |
".prose h1 { color: white !important; font-size: 16px !important; font-weight: normal !important; background: #ffffff1a; padding: 20px; border-radius: 20px; width: 90%; margin-left: auto !important; margin-right: auto !important;}"
|
72 |
".toast-wrap.svelte-pu0yf1 { display:none !important;}"
|
|
|
55 |
"gradio-app {background: linear-gradient(134deg,#00425e 0%,#001a3f 43%,#421438 77%) !important; background-attachment: fixed !important; background-position: top;}"
|
56 |
".panel.svelte-vt1mxs {background: transparent; padding:0;}"
|
57 |
".block.svelte-90oupt { background: transparent; border-color: transparent;}"
|
58 |
+
".bot.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j { background: #ffffff1a; border-color: transparent; color: white;}"
|
59 |
+
".user.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j { background: #ffffff1a; border-color: transparent; color: white; padding: 10px 18px;}"
|
60 |
"div.svelte-iyf88w{ background: #cc98d445; border-color: transparent; border-radius: 25px;}"
|
61 |
"textarea.scroll-hide.svelte-1f354aw { background: transparent; color: #fff !important;}"
|
62 |
".primary.svelte-cmf5ev { background: transparent; color: white;}"
|
|
|
64 |
"button#component-8 { display: none; position: absolute; margin-top: 60px; border-radius: 25px;}"
|
65 |
"div#component-9 { max-width: fit-content; margin-left: auto; margin-right: auto;}"
|
66 |
"button#component-10, button#component-11, button#component-12 { flex: none; background: #ffffff1a; border: none; color: white; margin-right: auto; margin-left: auto; border-radius: 9px; min-width: fit-content;}"
|
67 |
+
".share-button.svelte-12dsd9j { display: none;}"
|
68 |
"footer.svelte-mpyp5e { display: none !important;}"
|
69 |
+
".message-buttons-bubble.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j { border-color: #31546E; background: #31546E;}"
|
70 |
".bubble-wrap.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j {padding: 0;}"
|
71 |
".prose h1 { color: white !important; font-size: 16px !important; font-weight: normal !important; background: #ffffff1a; padding: 20px; border-radius: 20px; width: 90%; margin-left: auto !important; margin-right: auto !important;}"
|
72 |
".toast-wrap.svelte-pu0yf1 { display:none !important;}"
|