Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -595,7 +595,6 @@ with demo:
|
|
595 |
refresh_button = gr.Button("Refresh Document List")
|
596 |
|
597 |
update_output = gr.Textbox(label="Update Status")
|
598 |
-
document_selector = display_documents()
|
599 |
delete_button = gr.Button("Delete Selected Documents")
|
600 |
|
601 |
# Update both the output text and the document selector
|
|
|
595 |
refresh_button = gr.Button("Refresh Document List")
|
596 |
|
597 |
update_output = gr.Textbox(label="Update Status")
|
|
|
598 |
delete_button = gr.Button("Delete Selected Documents")
|
599 |
|
600 |
# Update both the output text and the document selector
|