Spaces:
Sleeping
Sleeping
Commit ·
6e625b9
1
Parent(s): bde046e
clear id
Browse files
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 ----
|