ShermanAI commited on
Commit
93e7248
·
1 Parent(s): a99ba14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 the difference between a resistor and a capacitor?", []],
31
- ["Can you explain the concept of electrical conductivity?", []],
32
- ["How do you calculate the force required to move an object?", []]
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"]