--- title: First App With Huggingface emoji: 🐢 colorFrom: green colorTo: pink sdk: streamlit sdk_version: 1.31.0 app_file: app.py pinned: false license: apache-2.0 --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference ### issues pushing your code into spaces? [https://huggingface.co/blog/password-git-deprecation] WRONG git remote set-url origin https://KingZack:SECRET-TOKEN@huggingface.co/https://huggingface.co/spaces/KingZack/first-app-with-huggingface WRONG: git remote set-url origin https://KingZack:SECRET-TOKEN@huggingface.co/first-app-with-huggingface CORRECT: git remote set-url origin https://KingZack:SECRET-TOKEN@huggingface.co/spaces/KingZack/first-app-with-huggingface git clone https://huggingface.co/spaces/KingZack/first-app-with-huggingface $: git remote set-url origin https://:@huggingface.co/ $: git pull origin