Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mirix
/
hierarchical_stock_markets
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mirix
commited on
26 days ago
Commit
9721cd3
·
verified
·
1 Parent(s):
e263cbe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ app.layout = html.Div([
23
])
24
25
if __name__ == '__main__':
26
-
app.run(debug=True, host='0.0.0.0')
23
])
24
25
if __name__ == '__main__':
26
+
app.run(debug=True, host='0.0.0.0'
, port=7860
)