ahmadmac commited on
Commit
ba1f63f
1 Parent(s): c5ae559

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -22,8 +22,6 @@ def chatbot(question,chat_history):
22
  return response
23
  demo = gr.ChatInterface(
24
  fn=chatbot,
25
- #inputs=gr.Textbox(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
  title="Chatbot",
26
  description="Helpful AI Assistant!!"
27
  )