Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def create_app():
|
|
83 |
)
|
84 |
|
85 |
with gr.Tab("Interview"):
|
86 |
-
|
87 |
reset_button = gr.Button("Select Interviewer", size='sm', scale=1)
|
88 |
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.')
|
89 |
audio_output = gr.Audio(
|
|
|
83 |
)
|
84 |
|
85 |
with gr.Tab("Interview"):
|
86 |
+
with gr.Row():
|
87 |
reset_button = gr.Button("Select Interviewer", size='sm', scale=1)
|
88 |
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.')
|
89 |
audio_output = gr.Audio(
|