Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alvaromlua
/
cryptobot-v2
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alvaromlua
commited on
Apr 27, 2024
Commit
77dd7f8
·
verified
·
1 Parent(s):
639f9c3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -39,4 +39,7 @@ def get_crypto_news_compare():
39
}
40
}]
41
}
42
-
})
39
}
40
}]
41
}
42
+
})
43
+
44
+
if __name__ == '__main__':
45
+
app.run(port=5000, debug=True)