Spaces:
Build error
Build error
Update app.py
Browse files
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")
|