AndrewRWilliams commited on
Commit
d1754e3
·
1 Parent(s): 8798382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -55,8 +55,7 @@ with gr.Blocks() as demo:
55
 
56
  quiz_button.click(fn= generate_questions,
57
  inputs=[context, credentials],
58
- outputs=qa_pairs
59
- )
60
 
61
  if __name__ == "__main__":
62
  demo.launch()
 
55
 
56
  quiz_button.click(fn= generate_questions,
57
  inputs=[context, credentials],
58
+ outputs=qa_pairs)
 
59
 
60
  if __name__ == "__main__":
61
  demo.launch()