Ilayda-j commited on
Commit
1ae5cb0
·
1 Parent(s): fabbb8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -43,10 +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=[
47
- {"type": "text", "label": "Question", "name": "question_output"},
48
- {"type": "text", "label": "Feedback", "name": "feedback_output"}
49
- ],
50
  live=True
51
  )
52
 
 
43
  iface = gr.Interface(
44
  fn=interactive_quiz,
45
  inputs=["file", "text", "text"],
46
+ outputs=["text", "text", "text"],
 
 
 
47
  live=True
48
  )
49