ParulPandey commited on
Commit
d697ee0
·
verified ·
1 Parent(s): 179a824

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def generate_python_code(title, instructor, quiz_type, questions_text):
93
 
94
  # Generate the complete Python code string for the student quiz app
95
  # f-strings with {{ and }} are used to escape braces for the final code.
96
- python_code = f'''
97
  # --- Generated Quiz App ---
98
  # Copy and paste this entire code block into a single Google Colab cell and run it.
99
 
 
93
 
94
  # Generate the complete Python code string for the student quiz app
95
  # f-strings with {{ and }} are used to escape braces for the final code.
96
+ python_code = f'''!pip install reportlab
97
  # --- Generated Quiz App ---
98
  # Copy and paste this entire code block into a single Google Colab cell and run it.
99