Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kviai
/
kvi-crypto
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kvikontent
commited on
Feb 21, 2024
Commit
ea093d9
·
verified
·
1 Parent(s):
de3835e
Create datas.py
Browse files
Files changed (1)
hide
show
datas.py
+4
-0
datas.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
user_name = []
2
+
user_token = []
3
+
user_balance = []
4
+
count = len(user_name)