Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sarim
/
Xpence-dash
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sarim
commited on
Apr 14, 2024
Commit
c4bc7b6
·
1 Parent(s):
ca75418
update host and port
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -113,4 +113,4 @@ def update_histogram_graph(userName):
113
114
115
if __name__ == '__main__':
116
-
app.run(port='
8051
',debug=True)
113
114
115
if __name__ == '__main__':
116
+
app.run(port='
7860
',debug=True
,host='0.0.0.0'
)