pm6six commited on
Commit
d307f7b
·
verified ·
1 Parent(s): 2803246

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,5 +102,5 @@ with gr.Blocks() as app:
102
  outputs=[portfolio_graph, summary_text],
103
  )
104
 
105
- app.launch(server_port=7861)
106
 
 
102
  outputs=[portfolio_graph, summary_text],
103
  )
104
 
105
+ app.launch()
106