Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -276,4 +276,4 @@ with gr.Blocks(title='NLP Analytics Dashboard', theme=gr.themes.Glass(),
|
|
| 276 |
outputs=sum_out
|
| 277 |
)
|
| 278 |
|
| 279 |
-
demo.launch(favicon_path='favicon.ico')
|
|
|
|
| 276 |
outputs=sum_out
|
| 277 |
)
|
| 278 |
|
| 279 |
+
demo.launch(favicon_path='favicon.ico', share=True)
|