## The problem
Issue wandb/weave#1741 (closed, 6 comments): I was using `weave` for an app on my local machine. That worked fine. But after deploying the app to HuggingFace, an error appeared in the deployed app about not finding the Weave API key. I tried adding it to the HuggingFace "secrets" list, but that didn't work. [image] Maybe there needs to be an option to pass in an API key or read it from an OS environment variable? (instead of entering the API key interactively)
## What to do
[xke (reporter)]: To make Weave auth work on HuggingFace Spaces, name the secret WANDB_API_KEY (not API_KEY) so it is picked up from env. The reporter confirmed it works after that; also delete ~/.netrc locally so only the env key is used.