ShermanAI commited on
Commit
a99ba14
·
1 Parent(s): 96e17d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ examples = [
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="Enter your question: "), "state"]
35
  outputs = ["chatbot", "state"]
36
  interface = gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title=title, description=description, examples=examples)
37
  interface.launch(debug=True)
 
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"]
36
  interface = gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title=title, description=description, examples=examples)
37
  interface.launch(debug=True)