Update app.py
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ def generate_question_text(context,subject):
|
|
110 |
iface = gr.Interface(
|
111 |
fn=generate_question_text,
|
112 |
inputs=[context,subject],
|
|
|
113 |
allow_flagging="manual",flagging_options=["Save Data"])
|
114 |
|
115 |
iface.launch(debug=True, share=True)
|
|
|
110 |
iface = gr.Interface(
|
111 |
fn=generate_question_text,
|
112 |
inputs=[context,subject],
|
113 |
+
outputs=[output],
|
114 |
allow_flagging="manual",flagging_options=["Save Data"])
|
115 |
|
116 |
iface.launch(debug=True, share=True)
|