muk42 commited on
Commit
e338f26
·
1 Parent(s): ac515ce

removed save n exit

Browse files
Files changed (1) hide show
  1. annotation_tab/annotation_setup.py +1 -1
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)