Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -271,7 +271,6 @@ with gr.Blocks(css="""
|
|
271 |
|
272 |
# Save Buttons and Output
|
273 |
with gr.Row():
|
274 |
-
save_metadata_button = gr.Button("Save Metadata to Images")
|
275 |
save_csv_button = gr.Button("Save CSV")
|
276 |
save_output = gr.Textbox(label="Save Status", interactive=False)
|
277 |
csv_output = gr.File(label="Download CSV") # File download component
|
|
|
271 |
|
272 |
# Save Buttons and Output
|
273 |
with gr.Row():
|
|
|
274 |
save_csv_button = gr.Button("Save CSV")
|
275 |
save_output = gr.Textbox(label="Save Status", interactive=False)
|
276 |
csv_output = gr.File(label="Download CSV") # File download component
|