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