pm6six commited on
Commit
de0e5cf
·
verified ·
1 Parent(s): c1ee835

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -94,5 +94,6 @@ with gr.Blocks() as app:
94
  outputs=[portfolio_graph, summary_text],
95
  )
96
 
97
- app.launch()
 
98
 
 
94
  outputs=[portfolio_graph, summary_text],
95
  )
96
 
97
+ app.launch(share=True)
98
+
99