Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -279,14 +279,14 @@ async def generate_roadmap(study_input: StudyInput):
|
|
279 |
phy = remove_completed_chapters(phy, study_input.completed_phy_chapters)
|
280 |
chem = remove_completed_chapters(chem, study_input.completed_chem_chapters)
|
281 |
maths = remove_completed_chapters(maths, study_input.completed_maths_chapters)
|
282 |
-
|
283 |
-
print(chem)
|
284 |
-
print(maths)
|
285 |
# Get data at specified indices
|
286 |
phy = get_data_at_index(phy, study_input.physicsStartIndex)
|
287 |
chem = get_data_at_index(chem, study_input.chemistryStartIndex)
|
288 |
maths = get_data_at_index(maths, study_input.mathematicsStartIndex)
|
289 |
-
|
|
|
|
|
290 |
# Prepare user persona
|
291 |
user_persona = f"""
|
292 |
You are required to generate a highly personalized roadmap for a student studying Physics, Chemistry, and Mathematics for the JEE Main exam.
|
|
|
279 |
phy = remove_completed_chapters(phy, study_input.completed_phy_chapters)
|
280 |
chem = remove_completed_chapters(chem, study_input.completed_chem_chapters)
|
281 |
maths = remove_completed_chapters(maths, study_input.completed_maths_chapters)
|
282 |
+
|
|
|
|
|
283 |
# Get data at specified indices
|
284 |
phy = get_data_at_index(phy, study_input.physicsStartIndex)
|
285 |
chem = get_data_at_index(chem, study_input.chemistryStartIndex)
|
286 |
maths = get_data_at_index(maths, study_input.mathematicsStartIndex)
|
287 |
+
print(phy)
|
288 |
+
print(chem)
|
289 |
+
print(maths)
|
290 |
# Prepare user persona
|
291 |
user_persona = f"""
|
292 |
You are required to generate a highly personalized roadmap for a student studying Physics, Chemistry, and Mathematics for the JEE Main exam.
|