reab5555 commited on
Commit
d095b6d
·
verified ·
1 Parent(s): 13a1d25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def create_app():
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(
 
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(