BenBranyon commited on
Commit
6efbdc0
1 Parent(s): 4b50d41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def respond(
38
 
39
  demo = gr.ChatInterface(
40
  respond,
41
- chatbot=gr.Chatbot(placeholder="<strong>Sumbot</strong><br>Hello human. What would you like me to rap about today?"),
42
  retry_btn=None,
43
  textbox=gr.Textbox(placeholder="Subject of the song", container=False, scale=7),
44
  css="styles.css",
 
38
 
39
  demo = gr.ChatInterface(
40
  respond,
41
+ chatbot=gr.Chatbot(placeholder="Greetings human, I am Sum’s Longshadow (v1.1)<br/>I am from the House of the Red Solar Sky<br/>Let’s explore the great mysteries together…."),
42
  retry_btn=None,
43
  textbox=gr.Textbox(placeholder="Subject of the song", container=False, scale=7),
44
  css="styles.css",