Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pm6six
/
StockProfits
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pm6six
commited on
Dec 7, 2024
Commit
d307f7b
·
verified
·
1 Parent(s):
2803246
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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