VTechAI commited on
Commit
98ee0aa
·
1 Parent(s): aba1fcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -56,12 +56,12 @@ with block:
56
  point_label_radio = gr.Radio(label='Point Label', choices=[1,0], value=1)
57
  reset_btn = gr.Button('Reset')
58
  run_btn = gr.Button('Run', variant = 'primary')
59
- with gr.Column(scale=2):
60
- with gr.Accordion('Provide Feedback', open=False):
61
- feedback_textbox = gr.Textbox(lines=3, show_label=False, info="Comments (Leave blank to vote without any comments)")
62
- with gr.Row():
63
- upvote_button = gr.Button('Upvote')
64
- downvote_button = gr.Button('Downvote')
65
  # components
66
  components = {
67
  point_coords, point_labels, raw_image, masks, cutout_idx,
 
56
  point_label_radio = gr.Radio(label='Point Label', choices=[1,0], value=1)
57
  reset_btn = gr.Button('Reset')
58
  run_btn = gr.Button('Run', variant = 'primary')
59
+ #with gr.Column(scale=2):
60
+ # with gr.Accordion('Provide Feedback', open=False):
61
+ # feedback_textbox = gr.Textbox(lines=3, show_label=False, info="Comments (Leave blank to vote without any comments)")
62
+ # with gr.Row():
63
+ # upvote_button = gr.Button('Upvote')
64
+ # downvote_button = gr.Button('Downvote')
65
  # components
66
  components = {
67
  point_coords, point_labels, raw_image, masks, cutout_idx,