Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|