Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,9 +27,9 @@ def chatbot(talk_to_chatsherman, history=[]):
|
|
27 |
title = "ChatSherman"
|
28 |
description = "This is an AI chatbot powered by ShermanAI. Enter your question below to get started."
|
29 |
examples = [
|
30 |
-
["What is
|
31 |
-
["
|
32 |
-
["
|
33 |
]
|
34 |
inputs = [gr.inputs.Textbox(label="Talk to ChatSherman: "), "state"]
|
35 |
outputs = ["chatbot", "state"]
|
|
|
27 |
title = "ChatSherman"
|
28 |
description = "This is an AI chatbot powered by ShermanAI. Enter your question below to get started."
|
29 |
examples = [
|
30 |
+
["What is ChatSherman, and how does it work?", []],
|
31 |
+
["Is my personal information and data safe when I use the ChatSherman chatbot?", []],
|
32 |
+
["What are some common applications of deep learning in engineering?", []]
|
33 |
]
|
34 |
inputs = [gr.inputs.Textbox(label="Talk to ChatSherman: "), "state"]
|
35 |
outputs = ["chatbot", "state"]
|