quantumiracle-git
commited on
Commit
•
e26eeac
1
Parent(s):
19e217c
Update app.py
Browse files
app.py
CHANGED
@@ -328,7 +328,8 @@ def build_interface(iter=3, data_folder=VIDEO_PATH):
|
|
328 |
|
329 |
# btn1 = gr.Button("Replay")
|
330 |
user_name = gr.Textbox(label='Your name/email:')
|
331 |
-
user_choice = gr.Radio(["Left", "Right", "Not Sure", "Both Good", "Both Bad"], label="Which one is your favorite?")
|
|
|
332 |
choose_env = gr.Radio(["Random"]+ENVS, label="Choose the next task:")
|
333 |
btn2 = gr.Button("Next")
|
334 |
|
|
|
328 |
|
329 |
# btn1 = gr.Button("Replay")
|
330 |
user_name = gr.Textbox(label='Your name/email:')
|
331 |
+
# user_choice = gr.Radio(["Left", "Right", "Not Sure", "Both Good", "Both Bad"], label="Which one is your favorite?")
|
332 |
+
user_choice = gr.Radio(["Left", "Right", "Not Sure"], label="Which one is your favorite?")
|
333 |
choose_env = gr.Radio(["Random"]+ENVS, label="Choose the next task:")
|
334 |
btn2 = gr.Button("Next")
|
335 |
|