Neurolingua commited on
Commit
cc067c8
·
verified ·
1 Parent(s): 12a66cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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