cultura_space / README.md
Charles De Dampierre
changes
026a3b5
---
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
``````