Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ demo = gr.ChatInterface(
|
|
50 |
retry_btn=None,
|
51 |
undo_btn=None,
|
52 |
css="body { background-color: inherit; overflow-x:hidden;}"
|
53 |
-
":root {--color-accent: transparent !important; --color-accent-soft:transparent !important; --code-background-fill:black !important;}"
|
54 |
"#component-2 {background:#ffffff1a; display:contents;}"
|
55 |
"div#component-0 { height: auto !important;}"
|
56 |
".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
|
@@ -69,8 +69,11 @@ demo = gr.ChatInterface(
|
|
69 |
"footer.svelte-mpyp5e { display: none !important;}"
|
70 |
".message-buttons-bubble.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j { border-color: #31546E; background: #31546E;}"
|
71 |
".bubble-wrap.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j {padding: 0;}"
|
72 |
-
".prose h1 { color: white !important; font-size: 16px !important; font-weight: normal !important; background: #ffffff1a; padding: 20px; border-radius: 20px; width:
|
73 |
".toast-wrap.svelte-pu0yf1 { display:none !important;}"
|
|
|
|
|
|
|
74 |
)
|
75 |
|
76 |
demo.queue().launch(show_api=False)
|
|
|
50 |
retry_btn=None,
|
51 |
undo_btn=None,
|
52 |
css="body { background-color: inherit; overflow-x:hidden;}"
|
53 |
+
":root {--color-accent: transparent !important; --color-accent-soft:transparent !important; --code-background-fill:black !important; --body-text-color:white !important;}"
|
54 |
"#component-2 {background:#ffffff1a; display:contents;}"
|
55 |
"div#component-0 { height: auto !important;}"
|
56 |
".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
|
|
|
69 |
"footer.svelte-mpyp5e { display: none !important;}"
|
70 |
".message-buttons-bubble.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j { border-color: #31546E; background: #31546E;}"
|
71 |
".bubble-wrap.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j {padding: 0;}"
|
72 |
+
".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;}"
|
73 |
".toast-wrap.svelte-pu0yf1 { display:none !important;}"
|
74 |
+
".scroll-hide { scrollbar-width: auto !important;}"
|
75 |
+
".main svelte-1kyws56 {max-width: 800px; align-self: center;}"
|
76 |
+
|
77 |
)
|
78 |
|
79 |
demo.queue().launch(show_api=False)
|