datasciencedojo commited on
Commit
5c04126
·
1 Parent(s): 00b8b04

Update app.py

Browse files

update title of page

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,5 +63,5 @@ css = """
63
 
64
  """
65
 
66
- demo = gr.Interface(fn=get_question, inputs=[gr.Textbox(lines=3, placeholder="Enter text here", label="Context"), gr.Textbox(lines=1, label="Answer")], outputs=gr.Textbox(label="Generated Question"), examples=examples, css=css)
67
  demo.launch()
 
63
 
64
  """
65
 
66
+ demo = gr.Interface(fn=get_question, inputs=[gr.Textbox(lines=3, placeholder="Enter text here", label="Context"), gr.Textbox(lines=1, label="Answer")], outputs=gr.Textbox(label="Generated Question"), title="Question Generator | Datascience Dojo", examples=examples, css=css)
67
  demo.launch()