Cyantist8208 commited on
Commit
e07811d
·
1 Parent(s): e501608
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks() as demo:
163
  clear_btn.click(fn=clear_kb, inputs=user_id_box, outputs=status_box)
164
 
165
  store_btn.click(fn=store_doc,
166
- inputs=passage_box,
167
  outputs=status_box)
168
 
169
  # ---- Q & A ----
 
163
  clear_btn.click(fn=clear_kb, inputs=user_id_box, outputs=status_box)
164
 
165
  store_btn.click(fn=store_doc,
166
+ inputs=[passage_box, user_id_box],
167
  outputs=status_box)
168
 
169
  # ---- Q & A ----