Spaces:
Sleeping
Sleeping
title: Cultura Space | |
emoji: π | |
colorFrom: red | |
colorTo: green | |
sdk: streamlit | |
sdk_version: 1.30.0 | |
app_file: app.py | |
pinned: false | |
Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference> | |
# Tracking Big Files | |
```bash | |
git lfs track "*.png" | |
git lfs track "*.csv" | |
``` | |
### Removing commit | |
```bash | |
git reset --hard HEAD~1 | |
`````` | |