Spaces:
Sleeping
Sleeping
Commit ·
e07811d
1
Parent(s): e501608
user id
Browse files
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 ----
|