Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,4 +30,4 @@ outputs = gr.outputs.Textbox(label="Reply")
|
|
| 30 |
|
| 31 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Lisa's AI Chatbot",
|
| 32 |
description="Ask anything you want",
|
| 33 |
-
theme="compact").launch()
|
|
|
|
| 30 |
|
| 31 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Lisa's AI Chatbot",
|
| 32 |
description="Ask anything you want",
|
| 33 |
+
theme="compact").launch()
|