Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ outputs = gr.outputs.Textbox(label="Reply")
|
|
22 |
|
23 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
24 |
description="Ask anything you want",
|
25 |
-
theme="compact").launch(
|
|
|
22 |
|
23 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
24 |
description="Ask anything you want",
|
25 |
+
theme="compact").launch(share=True)
|