Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -768,7 +768,7 @@ Navigate through the tabs to explore each feature in detail.
|
|
768 |
process_button.click(
|
769 |
process_uploaded_file,
|
770 |
inputs=[upload, state_bookmarks],
|
771 |
-
outputs=[output_text, bookmark_display, state_bookmarks, bookmark_display,
|
772 |
)
|
773 |
|
774 |
# Chat with Bookmarks Tab
|
|
|
768 |
process_button.click(
|
769 |
process_uploaded_file,
|
770 |
inputs=[upload, state_bookmarks],
|
771 |
+
outputs=[output_text, bookmark_display, state_bookmarks, bookmark_display, bookmark_selector]
|
772 |
)
|
773 |
|
774 |
# Chat with Bookmarks Tab
|