cultura_space / README.md
Charles De Dampierre
add new information
50442ab
---
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
```
### Moving data to the current file
```bash
bash moving_pictures.sh
```