Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -276,7 +276,7 @@ async def generate_roadmap(study_input: StudyInput):
|
|
276 |
maths = json.load(file)
|
277 |
print(phy)
|
278 |
print(chem)
|
279 |
-
print(
|
280 |
# Remove completed chapters
|
281 |
phy = remove_completed_chapters(phy, study_input.completed_phy_chapters)
|
282 |
chem = remove_completed_chapters(chem, study_input.completed_chem_chapters)
|
|
|
276 |
maths = json.load(file)
|
277 |
print(phy)
|
278 |
print(chem)
|
279 |
+
print(maths)
|
280 |
# Remove completed chapters
|
281 |
phy = remove_completed_chapters(phy, study_input.completed_phy_chapters)
|
282 |
chem = remove_completed_chapters(chem, study_input.completed_chem_chapters)
|