srinuksv commited on
Commit
836f6a4
1 Parent(s): 4615482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def chatbot_handler(query):
97
  return response
98
 
99
  # Create the Gradio interface
100
- interface = gr.Interface(
101
  fn=chatbot_handler,
102
  inputs=input_component,
103
  outputs=output_component,
 
97
  return response
98
 
99
  # Create the Gradio interface
100
+ interface = gr.ChatInterface(
101
  fn=chatbot_handler,
102
  inputs=input_component,
103
  outputs=output_component,