Ilayda-j commited on
Commit
9881a4b
·
1 Parent(s): b76c0ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)", "name": "continue_output"}],
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