Spaces:
Running
Running
Commit
·
4dfe0d2
1
Parent(s):
a530d82
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ mychatbot = gr.Chatbot(
|
|
43 |
|
44 |
demo = gr.ChatInterface(fn=generate,
|
45 |
chatbot=mychatbot,
|
46 |
-
title="
|
47 |
retry_btn=None,
|
48 |
undo_btn=None,
|
49 |
css="body { background-color: inherit; }"
|
@@ -53,7 +53,7 @@ demo = gr.ChatInterface(fn=generate,
|
|
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:
|
57 |
"div.svelte-iyf88w{ background: #cc98d445; border-color: transparent; border-radius: 25px;}"
|
58 |
"textarea.scroll-hide.svelte-1f354aw { background: transparent;}"
|
59 |
".primary.svelte-cmf5ev { background: transparent; color: white;}"
|
@@ -62,7 +62,8 @@ demo = gr.ChatInterface(fn=generate,
|
|
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;}"
|
65 |
-
|
|
|
66 |
)
|
67 |
|
68 |
demo.queue().launch(show_api=False)
|
|
|
43 |
|
44 |
demo = gr.ChatInterface(fn=generate,
|
45 |
chatbot=mychatbot,
|
46 |
+
title="Elisa AI",
|
47 |
retry_btn=None,
|
48 |
undo_btn=None,
|
49 |
css="body { background-color: inherit; }"
|
|
|
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: 10px 18px;}"
|
57 |
"div.svelte-iyf88w{ background: #cc98d445; border-color: transparent; border-radius: 25px;}"
|
58 |
"textarea.scroll-hide.svelte-1f354aw { background: transparent;}"
|
59 |
".primary.svelte-cmf5ev { background: transparent; color: white;}"
|
|
|
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;}"
|
65 |
+
".message-buttons-bubble.svelte-12dsd9j.svelte-12dsd9j.svelte-12dsd9j { border-color: #31546E; background: #31546E;}"
|
66 |
+
|
67 |
)
|
68 |
|
69 |
demo.queue().launch(show_api=False)
|