Spaces:
Runtime error
Runtime error
Commit
·
df4fcdc
1
Parent(s):
b810080
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ if generate_quiz:
|
|
147 |
x = 0
|
148 |
for i in questions:
|
149 |
if len(i) == 1:
|
150 |
-
questions
|
151 |
x = x + 1
|
152 |
else:
|
153 |
x = x + 1
|
|
|
147 |
x = 0
|
148 |
for i in questions:
|
149 |
if len(i) == 1:
|
150 |
+
questions.pop(x)
|
151 |
x = x + 1
|
152 |
else:
|
153 |
x = x + 1
|