Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|