Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,4 +45,4 @@ gr.ChatInterface(
|
|
| 45 |
title="BEEE Assistant",
|
| 46 |
description="Ask me anything about BEEE!",
|
| 47 |
examples=["What is BEEE?", "Help me with BEEE"]
|
| 48 |
-
).launch()
|
|
|
|
| 45 |
title="BEEE Assistant",
|
| 46 |
description="Ask me anything about BEEE!",
|
| 47 |
examples=["What is BEEE?", "Help me with BEEE"]
|
| 48 |
+
).launch(share=True)
|