Neurolingua
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -453,7 +453,6 @@ def generate_paper():
|
|
453 |
questions = generate_questions_from_text(curriculum_text, no_of_questions, marks_per_part, no_of_parts)
|
454 |
|
455 |
# Optionally, remove the saved file after use
|
456 |
-
os.remove(file_path)
|
457 |
|
458 |
return render_template('teacher_paper_gen.html', questions=questions)
|
459 |
|
|
|
453 |
questions = generate_questions_from_text(curriculum_text, no_of_questions, marks_per_part, no_of_parts)
|
454 |
|
455 |
# Optionally, remove the saved file after use
|
|
|
456 |
|
457 |
return render_template('teacher_paper_gen.html', questions=questions)
|
458 |
|