Jae-Won Chung commited on
Commit
d2e1639
1 Parent(s): e38f79f

Revise wordings

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -535,7 +535,7 @@ with gr.Blocks(css=custom_css) as block:
535
 
536
  with gr.Row():
537
  worth_energy_vote_btn = gr.Button(value="The better response was worth 👍 the extra energy.", visible=False)
538
- notworth_energy_vote_btn = gr.Button(value="Not really worth that more. 👎", visible=False)
539
  energy_vote_btn_list: list[gr.component.Component] = [worth_energy_vote_btn, notworth_energy_vote_btn]
540
 
541
  with gr.Row():
 
535
 
536
  with gr.Row():
537
  worth_energy_vote_btn = gr.Button(value="The better response was worth 👍 the extra energy.", visible=False)
538
+ notworth_energy_vote_btn = gr.Button(value="Not really worth that much more. 👎", visible=False)
539
  energy_vote_btn_list: list[gr.component.Component] = [worth_energy_vote_btn, notworth_energy_vote_btn]
540
 
541
  with gr.Row():