Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,12 +41,12 @@ def generate(
|
|
41 |
return output
|
42 |
|
43 |
mychatbot = gr.Chatbot(
|
44 |
-
avatar_images=["./user.png", "./
|
45 |
|
46 |
demo = gr.ChatInterface(
|
47 |
fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
-
title="Womener AI
|
50 |
css="body { background-color: inherit; overflow-x:hidden;}"
|
51 |
":root {--color-accent: transparent !important; --color-accent-soft:transparent !important; --code-background-fill:black !important; --body-text-color:white !important;}"
|
52 |
"#component-2 {background:#ffffff1a; display:contents;}"
|
|
|
41 |
return output
|
42 |
|
43 |
mychatbot = gr.Chatbot(
|
44 |
+
avatar_images=["./user.png", "./botm5.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
|
45 |
|
46 |
demo = gr.ChatInterface(
|
47 |
fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
+
title="Womener AI Assistant",
|
50 |
css="body { background-color: inherit; overflow-x:hidden;}"
|
51 |
":root {--color-accent: transparent !important; --color-accent-soft:transparent !important; --code-background-fill:black !important; --body-text-color:white !important;}"
|
52 |
"#component-2 {background:#ffffff1a; display:contents;}"
|