Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def interactive_quiz(file, answer=None, continue_quiz='yes'):
|
|
43 |
iface = gr.Interface(
|
44 |
fn=interactive_quiz,
|
45 |
inputs=["file", "text", "text"],
|
46 |
-
outputs=["text", "text", {"type": "text", "label": "Continue? (yes/no)"
|
47 |
live=True
|
48 |
)
|
49 |
|
|
|
43 |
iface = gr.Interface(
|
44 |
fn=interactive_quiz,
|
45 |
inputs=["file", "text", "text"],
|
46 |
+
outputs=["text", "text", {"type": "text", "label": "Continue? (yes/no)"}],
|
47 |
live=True
|
48 |
)
|
49 |
|