Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -116,7 +116,7 @@ async def generate_roadmap(input_data: RoadmapInput):
|
|
| 116 |
phy = remove_completed_chapters(phy, input_data.completed_phy_chapters)
|
| 117 |
chem = remove_completed_chapters(chem, input_data.completed_chem_chapters)
|
| 118 |
maths = remove_completed_chapters(maths, input_data.completed_maths_chapters)
|
| 119 |
-
|
| 120 |
# Get topics within timeframe
|
| 121 |
physics_topics = get_topics_within_timeframe(phy, total_time, input_data.startphyRoadmapFrom)
|
| 122 |
chemistry_topics = get_topics_within_timeframe(chem, total_time, input_data.startchemRoadmapFrom)
|
|
|
|
| 116 |
phy = remove_completed_chapters(phy, input_data.completed_phy_chapters)
|
| 117 |
chem = remove_completed_chapters(chem, input_data.completed_chem_chapters)
|
| 118 |
maths = remove_completed_chapters(maths, input_data.completed_maths_chapters)
|
| 119 |
+
total_time=10;
|
| 120 |
# Get topics within timeframe
|
| 121 |
physics_topics = get_topics_within_timeframe(phy, total_time, input_data.startphyRoadmapFrom)
|
| 122 |
chemistry_topics = get_topics_within_timeframe(chem, total_time, input_data.startchemRoadmapFrom)
|