zlmqi commited on
Commit
ed65bd3
1 Parent(s): 9ab9c0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def create_bot(input):
38
  inputs = gr.Textbox(lines=7, label="Ask questions related to the course.")
39
  outputs = gr.Textbox(label="Reply")
40
 
41
- iface = gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Virtual TA",
42
  description="This is a prototype of learning assistant designed for MIS 320 online section.",
43
  theme="compact")
44
 
 
38
  inputs = gr.Textbox(lines=7, label="Ask questions related to the course.")
39
  outputs = gr.Textbox(label="Reply")
40
 
41
+ iface = gr.Interface(fn=create_bot, inputs=inputs, outputs=outputs, title="Virtual TA",
42
  description="This is a prototype of learning assistant designed for MIS 320 online section.",
43
  theme="compact")
44