Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -380,6 +380,7 @@ with gr.Blocks(title="Quiz Maker", theme=gr.themes.Default(primary_hue="green",
|
|
| 380 |
break
|
| 381 |
else:
|
| 382 |
print('10 questions not generated . So trying again!')
|
|
|
|
| 383 |
continue
|
| 384 |
except Exception as e:
|
| 385 |
count+=1
|
|
|
|
| 380 |
break
|
| 381 |
else:
|
| 382 |
print('10 questions not generated . So trying again!')
|
| 383 |
+
count+=1
|
| 384 |
continue
|
| 385 |
except Exception as e:
|
| 386 |
count+=1
|