sengzi commited on
Commit
b53bbba
·
1 Parent(s): 3ffbf27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ sej = Sejarah()
6
  iface = gr.Interface(
7
  fn=sej.interface,
8
  inputs=gr.inputs.Textbox(label="Please Type Your Question Here: "),
9
- outputs=[gr.outputs.Textbox(label="Answers")],
10
- description="## Question Answering system\n\nIt supports **English** and **Bahasa Malaysia**.",
11
  allow_flagging = False
12
  )
13
 
 
6
  iface = gr.Interface(
7
  fn=sej.interface,
8
  inputs=gr.inputs.Textbox(label="Please Type Your Question Here: "),
9
+ outputs=[gr.outputs.Textbox(label="Answers"),gr.outputs.Textbox(label="Content")],
10
+ description="## Question Answering in Malaysian Language (History)\n\n(**English** and **Bahasa Malaysia**)",
11
  allow_flagging = False
12
  )
13