Nighter commited on
Commit
680c7ae
1 Parent(s): 27c49a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks() as app:
132
  outputs=[correct_answer_output, score_output])
133
 
134
  long_examples = 'long_examples'
135
- gr.Examples(long_example,[long_question_input, answer1_input, answer2_input]
136
 
137
  if __name__ == "__main__":
138
  app.launch()
 
132
  outputs=[correct_answer_output, score_output])
133
 
134
  long_examples = 'long_examples'
135
+ gr.Examples(long_examples,[long_question_input, answer1_input, answer2_input])
136
 
137
  if __name__ == "__main__":
138
  app.launch()