Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid Python syntax for Spaces Overview page (#1303)
`print(os.getenv['MODEL_REPO_ID'])` is invalid Python syntax this has been replaced with `print(os.getenv('MODEL_REPO_ID'))`
- Loading branch information