ahmadmac commited on
Commit
574bf85
·
verified ·
1 Parent(s): a4651cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ def chatbot(question):
22
  return response
23
  demo = gr.ChatInterface(
24
  fn=chatbot,
25
- inputs=gr.Textbox(lines=2, label="Question"),
26
- outputs=gr.Textbox(label="Answer"),
27
  title="Chatbot",
28
  description="Helpful AI Assistant!!"
29
  )
 
22
  return response
23
  demo = gr.ChatInterface(
24
  fn=chatbot,
25
+ #inputs=gr.Textbox(lines=2, label="Question"),
26
+ #outputs=gr.Textbox(label="Answer"),
27
  title="Chatbot",
28
  description="Helpful AI Assistant!!"
29
  )