File size: 450 Bytes
4b023d3
 
 
 
 
 
 
 
 
 
 
5251d02
 
 
 
 
 
026a3b5
 
 
 
 
 
 
 
50442ab
 
 
 
 
 
 
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
28
29
30
31
32
33
---
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 
```