Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Quantilytix/Qx-Reports
rairo
/
dash-chat-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rairo
commited on
Dec 8, 2023
Commit
6863a01
·
1 Parent(s):
988c7cc
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -93,4 +93,4 @@ def whatsapp():
93
94
95
if __name__ == "__main__":
96
-
app.run()
93
94
95
if __name__ == "__main__":
96
+
app.run(
host="0.0.0.0", port=7860
)