Spaces:
Runtime error
Runtime error
Commit
·
04ba913
1
Parent(s):
34e190a
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,6 @@ footer {display:none !important}
|
|
66 |
--tw-bg-opacity: 1 !important;
|
67 |
background-color: rgb(229,225,255) !important;
|
68 |
}
|
69 |
-
|
70 |
"""
|
71 |
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 | Data Science Dojo", examples=examples, css=css)
|
72 |
demo.launch()
|
|
|
66 |
--tw-bg-opacity: 1 !important;
|
67 |
background-color: rgb(229,225,255) !important;
|
68 |
}
|
|
|
69 |
"""
|
70 |
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 | Data Science Dojo", examples=examples, css=css)
|
71 |
demo.launch()
|