Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Moibe
/
nowme
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
78b1c1c
nowme
/
coder.py
Moibe
Conexi贸n
78b1c1c
about 1 month ago
raw
Copy download link
history
blame
Safe
221 Bytes
import
os
# from huggingface_hub import HfApi
# api = HfApi()
# secret_value = api.get_repo_secret(repo_id="moibe/nowme", secret_name="llave")
api_key = os.getenv(
"llave"
)
print
(
f"El valor de mi secreto es:
{api_key}
"
)