Hugging Face
Models
Datasets
Spaces
Community
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
e00cd1f
·
verified
·
1 Parent(s):
8c28401
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -93,5 +93,5 @@ with gr.Blocks() as app:
93
outputs=[portfolio_graph, summary_text],
94
)
95
96
-
app.launch(server_port=7861)
# No share=True
97
93
outputs=[portfolio_graph, summary_text],
94
)
95
96
+
app.launch(server_port=7861)
97