pm6six commited on
Commit
d4026de
·
verified ·
1 Parent(s): c51bf55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -126,5 +126,5 @@ with gr.Blocks() as app:
126
  outputs=[portfolio_graph, summary_text, download_button],
127
  )
128
 
129
- # Launch the app
130
- app.launch()
 
126
  outputs=[portfolio_graph, summary_text, download_button],
127
  )
128
 
129
+ # Launch the app with a specific port
130
+ app.launch(server_port=7861)