Update app.py
Browse files
app.py
CHANGED
|
@@ -703,6 +703,11 @@ with demo:
|
|
| 703 |
update_output = gr.Textbox(label="Update Status")
|
| 704 |
delete_button = gr.Button("Delete Selected Documents")
|
| 705 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 706 |
# Update both the output text and the document selector
|
| 707 |
update_button.click(
|
| 708 |
update_vectors,
|
|
|
|
| 703 |
update_output = gr.Textbox(label="Update Status")
|
| 704 |
delete_button = gr.Button("Delete Selected Documents")
|
| 705 |
|
| 706 |
+
with gr.Column(scale=3):
|
| 707 |
+
with gr.Box():
|
| 708 |
+
dropdown.render()
|
| 709 |
+
toggle_dark = gr.Button(value="Toggle Dark").style(full_width=True)
|
| 710 |
+
|
| 711 |
# Update both the output text and the document selector
|
| 712 |
update_button.click(
|
| 713 |
update_vectors,
|