Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
73 |
gr.components.Dropdown(["Easy", "Medium", "Hard"], label="Select difficulty level:")
|
74 |
],
|
75 |
outputs=[
|
76 |
-
gr.components.
|
77 |
],
|
78 |
title="YouTube Video Subtitle to MCQs Quiz",
|
79 |
description="Generate MCQs from YouTube video subtitles"
|
|
|
73 |
gr.components.Dropdown(["Easy", "Medium", "Hard"], label="Select difficulty level:")
|
74 |
],
|
75 |
outputs=[
|
76 |
+
gr.components.Textbox(label="MCQs Output")
|
77 |
],
|
78 |
title="YouTube Video Subtitle to MCQs Quiz",
|
79 |
description="Generate MCQs from YouTube video subtitles"
|