Shreyas094 commited on
Commit
9598186
·
verified ·
1 Parent(s): 2fc5616

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -777,6 +777,7 @@ 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
  with gr.Row():
782
  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
 
782
  with gr.Row():
783
  with gr.Column(scale=2):