Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
itzbhav
/
Evidence_prediction
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b8e3643
Evidence_prediction
/
secret.py
itzbhav
Upload 6 files
dcc5005
verified
4 months ago
raw
Copy download link
history
blame
Safe
75 Bytes
import
os
secret_key = os.urandom(
24
)
print
(
"secret key is :"
,secret_key)