Ateeqq commited on
Commit
0f32af1
Β·
verified Β·
1 Parent(s): 669d700

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ mychatbot = gr.Chatbot(
46
  demo = gr.ChatInterface(
47
  fn=generate,
48
  chatbot=mychatbot,
49
- title="Hello! I'm Elisa by SpriFi.πŸ‘‹ How can I help you today?",
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;}"
 
46
  demo = gr.ChatInterface(
47
  fn=generate,
48
  chatbot=mychatbot,
49
+ title="Hello! I'm a AI Chatbot by Exnrt.πŸ‘‹ How can I help you today?",
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;}"