Update app.py
Browse files
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
|
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",
|