Cyantist8208 commited on
Commit
6e625b9
·
1 Parent(s): bde046e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks() as demo:
160
 
161
  status_box = gr.Markdown()
162
  store_btn.click(fn=store_doc,
163
- inputs=passage_box,
164
  outputs=status_box)
165
 
166
  # ---- Q & A ----
 
160
 
161
  status_box = gr.Markdown()
162
  store_btn.click(fn=store_doc,
163
+ inputs=[passage_box, user_id_box],
164
  outputs=status_box)
165
 
166
  # ---- Q & A ----