Spaces:
Sleeping
Sleeping
File size: 378 Bytes
4b023d3 5251d02 026a3b5 5251d02 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
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
``````
|