Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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)
|