Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def chatbot(talk_to_chatsherman, history=[]):
|
|
21 |
history.append((talk_to_chatsherman, output))
|
22 |
return history, history
|
23 |
|
24 |
-
title = "
|
25 |
description = "This is an AI chatbot powered by ShermanAI using GPT-3 model."
|
26 |
examples = [
|
27 |
["Hello, how are you?", []],
|
|
|
21 |
history.append((talk_to_chatsherman, output))
|
22 |
return history, history
|
23 |
|
24 |
+
title = "ChatSherman"
|
25 |
description = "This is an AI chatbot powered by ShermanAI using GPT-3 model."
|
26 |
examples = [
|
27 |
["Hello, how are you?", []],
|