Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
•
9276458
1
Parent(s):
826f661
Revise wordings
Browse files
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
|
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 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():
|