Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -8,7 +8,7 @@ SECTIONS_DIR = REPO_ROOT / "sections"
|
|
| 8 |
|
| 9 |
SECTIONS = {
|
| 10 |
"Identify dataset": "01_identify_dataset.md",
|
| 11 |
-
"Getting started with HuggingFace": "
|
| 12 |
"Create dataset": "03_create_dataset.md",
|
| 13 |
"Add README": "04_create_dataset_card.md",
|
| 14 |
"Add metadata": "05_add_dataset_metadata.md",
|
|
|
|
| 8 |
|
| 9 |
SECTIONS = {
|
| 10 |
"Identify dataset": "01_identify_dataset.md",
|
| 11 |
+
"Getting started with HuggingFace": "02_getting_started_with_hf.md",
|
| 12 |
"Create dataset": "03_create_dataset.md",
|
| 13 |
"Add README": "04_create_dataset_card.md",
|
| 14 |
"Add metadata": "05_add_dataset_metadata.md",
|