Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sanjayraju30
/
newheatmap
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sanjayraju30
commited on
Apr 21
Commit
2983fef
·
verified
·
1 Parent(s):
a98d811
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -97,4 +97,5 @@ app.layout = html.Div([
97
])
98
99
if __name__ == "__main__":
100
-
app.
run_server
(debug=False, host="0.0.0.0", port=7860)
97
])
98
99
if __name__ == "__main__":
100
+
app.
run
(debug=False, host="0.0.0.0", port=7860)
101
+