reab5555 commited on
Commit
c34c4dd
·
verified ·
1 Parent(s): d4b9018

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def create_app():
81
 
82
  with gr.Tab("Interview"):
83
  with gr.Row():
84
- reset_button = gr.Button("Select Interviewer", size='sm', scale=1, icon='appendix/psi.png')
85
  voice_radio = gr.Radio(["Sarah", "Aaron"], label="Select Interviewer", value="Sarah", scale=1, info='Each interviewer has a unique approach and a different professional background.')
86
  audio_output = gr.Audio(
87
  label="Sarah",
 
81
 
82
  with gr.Tab("Interview"):
83
  with gr.Row():
84
+ reset_button = gr.Button("Select Interviewer", size='sm', scale=1)
85
  voice_radio = gr.Radio(["Sarah", "Aaron"], label="Select Interviewer", value="Sarah", scale=1, info='Each interviewer has a unique approach and a different professional background.')
86
  audio_output = gr.Audio(
87
  label="Sarah",