Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -777,7 +777,6 @@ with gr.Blocks() as demo:
|
|
777 |
|
778 |
update_output = gr.Textbox(label="Update Status")
|
779 |
update_button.click(update_vectors, inputs=[file_input, use_recursive_splitter, parser_dropdown], outputs=update_output)
|
780 |
-
|
781 |
|
782 |
with gr.Row():
|
783 |
with gr.Column(scale=2):
|
|
|
777 |
|
778 |
update_output = gr.Textbox(label="Update Status")
|
779 |
update_button.click(update_vectors, inputs=[file_input, use_recursive_splitter, parser_dropdown], outputs=update_output)
|
|
|
780 |
|
781 |
with gr.Row():
|
782 |
with gr.Column(scale=2):
|