Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def chatbot_handler(query):
|
|
97 |
return response
|
98 |
|
99 |
# Create the Gradio interface
|
100 |
-
interface = gr.
|
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,
|