Spaces:
Runtime error
Runtime error
Commit
·
5c04126
1
Parent(s):
00b8b04
Update app.py
Browse filesupdate title of page
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()
|