zlmqi commited on
Commit
9e5cd5f
1 Parent(s): 72d761c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ 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 online course.",
43
  theme="compact")
44
 
45
  iface.launch(inline=True)
 
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 online course. Powered by ChatGPT.",
43
  theme="compact")
44
 
45
  iface.launch(inline=True)