Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ def chatbot(input, history=[]):
|
|
21 |
history.append((input, output))
|
22 |
return history, history
|
23 |
|
24 |
-
title = "
|
25 |
-
description = "This is a chatbot powered by
|
26 |
examples = [
|
27 |
["Hello, how are you?", []],
|
28 |
["What's the meaning of life?", []],
|
|
|
21 |
history.append((input, output))
|
22 |
return history, history
|
23 |
|
24 |
+
title = "ChatSherman"
|
25 |
+
description = "This is a chatbot powered by ShermanAI."
|
26 |
examples = [
|
27 |
["Hello, how are you?", []],
|
28 |
["What's the meaning of life?", []],
|