Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,4 +46,4 @@ outputs = [gr.components.Textbox(label="Reply"), gr.components.State()]
|
|
46 |
|
47 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
48 |
description="Ask anything you want",
|
49 |
-
theme="Default").launch()
|
|
|
46 |
|
47 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
48 |
description="Ask anything you want",
|
49 |
+
theme="Default").launch(share=True)
|