Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ demo = gr.ChatInterface(
|
|
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: fit-content; margin-left: auto !important; margin-right: auto !important;}"
|
73 |
-
|
74 |
)
|
75 |
|
76 |
demo.queue().launch(show_api=False)
|
|
|
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: fit-content; margin-left: auto !important; margin-right: auto !important;}"
|
73 |
+
".toast-wrap.svelte-pu0yf1 { display:none !important;}"
|
74 |
)
|
75 |
|
76 |
demo.queue().launch(show_api=False)
|