legacy107 commited on
Commit
2e0bb58
·
1 Parent(s): 42cecbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ iface = gr.Interface(
114
  fn=generate_answer,
115
  inputs=[
116
  Textbox(label="Question"),
117
- Textbox(label="Context")
118
  Textbox(label="Contexts")
119
  ],
120
  outputs=[
 
114
  fn=generate_answer,
115
  inputs=[
116
  Textbox(label="Question"),
117
+ Textbox(label="Context"),
118
  Textbox(label="Contexts")
119
  ],
120
  outputs=[