helliun commited on
Commit
bed3338
·
verified ·
1 Parent(s): f566b01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks(theme=theme) as app:
200
  """
201
  )
202
  with gr.Row():
203
- compare_output = gr.Textbox("Add some songs to start voting!", label="Comparison", interactive=False, scale=3)
204
  with gr.Row():
205
  yes_button = gr.Button("Yes", variant="secondary")
206
  no_button = gr.Button("No", variant="primary")
@@ -208,9 +208,9 @@ with gr.Blocks(theme=theme) as app:
208
  new_vote = gr.Button("New Vote")
209
  with gr.Row():
210
  with gr.Column():
211
- compare_index_1 = gr.Textbox(label="",interactive=False)
212
  with gr.Column():
213
- compare_index_2 = gr.Textbox(label="",interactive=False)
214
  with gr.Column():
215
  gr.Markdown(
216
  """### Rankings
 
200
  """
201
  )
202
  with gr.Row():
203
+ compare_output = gr.Textbox("Add some options to start voting!", label="Comparison", interactive=False, scale=3)
204
  with gr.Row():
205
  yes_button = gr.Button("Yes", variant="secondary")
206
  no_button = gr.Button("No", variant="primary")
 
208
  new_vote = gr.Button("New Vote")
209
  with gr.Row():
210
  with gr.Column():
211
+ compare_index_1 = gr.Textbox(label="",interactive=False, visible=False)
212
  with gr.Column():
213
+ compare_index_2 = gr.Textbox(label="",interactive=False, visible=False)
214
  with gr.Column():
215
  gr.Markdown(
216
  """### Rankings