Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gjin10969
/
Zscore_Crypto
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gjin10969
commited on
Feb 18
Commit
2b1b0fd
·
verified
·
1 Parent(s):
0f30942
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import time
2
3
-
while
true
:
4
print('hello world')
5
time.sleep(2)
1
import time
2
3
+
while
True
:
4
print('hello world')
5
time.sleep(2)