A newer version of the Streamlit SDK is available: 1.51.0
1.51.0
title: Syncing Github To Huggingface emoji: π colorFrom: yellow colorTo: red sdk: streamlit sdk_version: 1.45.0 app_file: app.py pinned: false license: mit short_description: syncing-github-to-huggingface
Must have:
Get URL of your huggingface space
https://huggingface.co/spaces/HF_USERNAME/SPACE_NAME https://huggingface.co/spaces/KingZack/syncing-github-to-huggingface
git remote add space https://huggingface.co/spaces/KingZack/syncing-github-to-huggingface```
git push --force space main