Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -307,6 +307,9 @@ async def generate_roadmap(study_input: StudyInput):
|
|
307 |
- Time Allocation Ratio (Physics:Chemistry:Mathematics): {study_input.topic_ratio}
|
308 |
- By weekdays I mean day 1, day 2 , day 3 , day 4 , day 5
|
309 |
- By weekends I mean day 6 , day 7
|
|
|
|
|
|
|
310 |
"""
|
311 |
|
312 |
# Prepare system prompt
|
|
|
307 |
- Time Allocation Ratio (Physics:Chemistry:Mathematics): {study_input.topic_ratio}
|
308 |
- By weekdays I mean day 1, day 2 , day 3 , day 4 , day 5
|
309 |
- By weekends I mean day 6 , day 7
|
310 |
+
4. *Revision and Test Strategy:*
|
311 |
+
- The days of the week when you do revision : {study_input.revision_days}
|
312 |
+
- The days of the week when you give tests : {study_input.test_days}
|
313 |
"""
|
314 |
|
315 |
# Prepare system prompt
|