pm6six commited on
Commit
d21f7bb
·
verified ·
1 Parent(s): 5b2ae49

Update app.py

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