Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,7 +213,7 @@ with gr.Blocks(title="PPSC PDF to MCQ Generator", theme=gr.themes.Soft()) as dem
|
|
| 213 |
label="Generated MCQs",
|
| 214 |
headers=["Question", "Option A", "Option B", "Option C", "Option D", "Correct Answer"],
|
| 215 |
wrap=True,
|
| 216 |
-
height=400
|
| 217 |
)
|
| 218 |
|
| 219 |
# Process button click
|
|
|
|
| 213 |
label="Generated MCQs",
|
| 214 |
headers=["Question", "Option A", "Option B", "Option C", "Option D", "Correct Answer"],
|
| 215 |
wrap=True,
|
| 216 |
+
# height=400
|
| 217 |
)
|
| 218 |
|
| 219 |
# Process button click
|