potsawee commited on
Commit
b162aec
1 Parent(s): 2d4d266

minor change in name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ demo = gr.Interface(
35
  fn=generate_multiple_choice_question,
36
  inputs=gr.Textbox(lines=8, placeholder="Context Here..."),
37
  outputs=gr.Textbox(lines=5, placeholder="Question: \n[A] \n[B] \n[C] \n[D] "),
38
- title="Multiple-choice Question (and Options) Generator",
39
  description="Provide some context (e.g. news article or any passage) in the context box and click **Submit**. The models currently support English only. This demo is a part of MQAG - https://github.com/potsawee/mqag0.",
40
  allow_flagging='never'
41
  )
 
35
  fn=generate_multiple_choice_question,
36
  inputs=gr.Textbox(lines=8, placeholder="Context Here..."),
37
  outputs=gr.Textbox(lines=5, placeholder="Question: \n[A] \n[B] \n[C] \n[D] "),
38
+ title="Multiple-choice Question Generator",
39
  description="Provide some context (e.g. news article or any passage) in the context box and click **Submit**. The models currently support English only. This demo is a part of MQAG - https://github.com/potsawee/mqag0.",
40
  allow_flagging='never'
41
  )