lynn-twinkl commited on
Commit ·
18869af
1
Parent(s): 65bd36f
fix: detect_school_type_col wasn't imported
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ from streamlit_extras.add_vertical_space import add_vertical_space
|
|
| 19 |
|
| 20 |
from src.extract_usage import extract_usage
|
| 21 |
from src.necessity_index import compute_necessity, index_scaler, qcut_labels
|
| 22 |
-
from src.column_detection import detect_freeform_col, detect_id_col
|
| 23 |
from src.shortlist import shortlist_applications
|
| 24 |
from src.twinkl_originals import find_book_candidates
|
| 25 |
from src.preprocess_text import normalise_text
|
|
|
|
| 19 |
|
| 20 |
from src.extract_usage import extract_usage
|
| 21 |
from src.necessity_index import compute_necessity, index_scaler, qcut_labels
|
| 22 |
+
from src.column_detection import detect_freeform_col, detect_id_col, detect_school_type_col
|
| 23 |
from src.shortlist import shortlist_applications
|
| 24 |
from src.twinkl_originals import find_book_candidates
|
| 25 |
from src.preprocess_text import normalise_text
|