ALVHB95 commited on
Commit
92bae3a
·
1 Parent(s): fe88f57
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ def chat_interface(question,history):
138
  return answer_value
139
 
140
 
141
- chatbot_gradio_app = gr.ChatInterface(
142
  fn=chat_interface,
143
  inputs=[
144
  gr.inputs.Textbox(lines=3, label="Type your message here"),
 
138
  return answer_value
139
 
140
 
141
+ chatbot_gradio_app = gr.Interface(
142
  fn=chat_interface,
143
  inputs=[
144
  gr.inputs.Textbox(lines=3, label="Type your message here"),