cgreszes commited on
Commit
ac76ca0
·
verified ·
1 Parent(s): 4d1e784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ import matplotlib.pyplot as plt
10
  from matplotlib.patches import Rectangle
11
  from dataset import DATASET
12
 
 
13
  from constraint_parser import parse_constraints
14
  from semantic_ranker import score_courses # optional; keep if you want semantic boost
15
 
 
10
  from matplotlib.patches import Rectangle
11
  from dataset import DATASET
12
 
13
+ from constraint_parser_llm import parse_constraints
14
  from constraint_parser import parse_constraints
15
  from semantic_ranker import score_courses # optional; keep if you want semantic boost
16