SmokeyBandit commited on
Commit
f9d2742
Β·
verified Β·
1 Parent(s): 7fde9d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -11,4 +11,19 @@ license: apache-2.0
11
  short_description: afrikaans teaching tool
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
11
  short_description: afrikaans teaching tool
12
  ---
13
 
14
+ educational_apps/
15
+ β”œβ”€β”€ data/
16
+ β”‚ └── afrikaans_content.json
17
+ β”œβ”€β”€ modules/
18
+ β”‚ β”œβ”€β”€ __init__.py
19
+ β”‚ β”œβ”€β”€ phonics.py
20
+ β”‚ β”œβ”€β”€ beginner.py
21
+ β”‚ β”œβ”€β”€ intermediate.py
22
+ β”‚ └── advanced.py
23
+ β”œβ”€β”€ utils/
24
+ β”‚ β”œβ”€β”€ __init__.py
25
+ β”‚ └── helpers.py
26
+ β”œβ”€β”€ app.py
27
+ └── requirements.txt
28
+
29
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference