Shreyas094 commited on
Commit
2fcc3b7
·
verified ·
1 Parent(s): f6caa76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -707,7 +707,6 @@ with demo:
707
  update_output = gr.Textbox(label="Update Status")
708
  delete_button = gr.Button("Delete Selected Documents")
709
 
710
- with gr.Blocks() as demo:
711
  with gr.Column(scale=3):
712
  with gr.Box():
713
  dropdown = gr.Dropdown(choices=["Option 1", "Option 2", "Option 3"], label="Select an Option")
 
707
  update_output = gr.Textbox(label="Update Status")
708
  delete_button = gr.Button("Delete Selected Documents")
709
 
 
710
  with gr.Column(scale=3):
711
  with gr.Box():
712
  dropdown = gr.Dropdown(choices=["Option 1", "Option 2", "Option 3"], label="Select an Option")