Spaces:
Running
Running
Update app.py
Browse files
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
|
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;}"
|