Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,5 +57,5 @@ inputs = [gr.Textbox(lines=5, label="Input")]
|
|
57 |
output = gr.Textbox(label="Response")
|
58 |
|
59 |
# Create Gradio interface
|
60 |
-
gr.Interface(
|
61 |
|
|
|
57 |
output = gr.Textbox(label="Response")
|
58 |
|
59 |
# Create Gradio interface
|
60 |
+
gr.Interface(chatbot, inputs=inputs, outputs=output, title="Chatbot",fill_height=True).launch()
|
61 |
|