mrbeliever commited on
Commit
0d166a4
·
verified ·
1 Parent(s): a6971bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,12 +41,12 @@ def generate(
41
  return output
42
 
43
  mychatbot = gr.Chatbot(
44
- avatar_images=["./user.png", "./botm.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 Chatbot",
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;}"