Wootang01 commited on
Commit
7827790
1 Parent(s): 5f9120d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -40,6 +40,8 @@ print ("question: ",ques)
40
 
41
  import gradio as gr
42
 
 
 
43
  context = gr.inputs.Textbox(lines=5, placeholder="Enter paragraph/context here...")
44
  answer = gr.inputs.Textbox(lines=3, placeholder="Enter answer/keyword here...")
45
  question = gr.outputs.Textbox( type="auto", label="Question")
 
40
 
41
  import gradio as gr
42
 
43
+ title = "Question Generator Three"
44
+ description = "Paste or write a text. Provide a short answer or noun keywords. Submit and the machine will attempt to generate a coherent question"
45
  context = gr.inputs.Textbox(lines=5, placeholder="Enter paragraph/context here...")
46
  answer = gr.inputs.Textbox(lines=3, placeholder="Enter answer/keyword here...")
47
  question = gr.outputs.Textbox( type="auto", label="Question")