removed save n exit
Browse files
annotation_tab/annotation_setup.py
CHANGED
|
@@ -16,7 +16,7 @@ def get_annotation_widgets():
|
|
| 16 |
prev_btn = gr.Button("Previous")
|
| 17 |
next_btn = gr.Button("Save & Next")
|
| 18 |
del_btn = gr.Button("Delete & Next", variant="stop")
|
| 19 |
-
exit_btn = gr.Button("Save & Exit", variant="secondary")
|
| 20 |
download_btn = gr.Button("Save Annotations")
|
| 21 |
with gr.Row():
|
| 22 |
download_file = gr.File(label="Download CSV", interactive=False)
|
|
|
|
| 16 |
prev_btn = gr.Button("Previous")
|
| 17 |
next_btn = gr.Button("Save & Next")
|
| 18 |
del_btn = gr.Button("Delete & Next", variant="stop")
|
| 19 |
+
#exit_btn = gr.Button("Save & Exit", variant="secondary")
|
| 20 |
download_btn = gr.Button("Save Annotations")
|
| 21 |
with gr.Row():
|
| 22 |
download_file = gr.File(label="Download CSV", interactive=False)
|