lynn-twinkl commited on
Commit
1b2c4af
·
1 Parent(s): 7f30bf8

Changed functions dir name to src

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -10,10 +10,10 @@ from streamlit_extras.metric_cards import style_metric_cards
10
 
11
  # ---- FUNCTIONS ----
12
 
13
- from functions.extract_usage import extract_usage
14
- from functions.necessity_index import compute_necessity, index_scaler, qcut_labels
15
- from functions.column_detection import detect_freeform_col
16
- from functions.shortlist import shortlist_applications
17
  from typing import Tuple
18
 
19
  ##################################
 
10
 
11
  # ---- FUNCTIONS ----
12
 
13
+ from src.extract_usage import extract_usage
14
+ from src.necessity_index import compute_necessity, index_scaler, qcut_labels
15
+ from src.column_detection import detect_freeform_col
16
+ from src.shortlist import shortlist_applications
17
  from typing import Tuple
18
 
19
  ##################################