Navid Arabi commited on
Commit
f0e4c44
Β·
1 Parent(s): 2c7861c

change btn caption

Browse files
Files changed (1) hide show
  1. components/dashboard_page.py +1 -1
components/dashboard_page.py CHANGED
@@ -78,7 +78,7 @@ class DashboardPage:
78
 
79
  # Right Column
80
  with gr.Column(scale=2):
81
- self.btn_load_voice = gr.Button("Load Audio (Autoplay)", min_width=150)
82
  self.audio = gr.Audio(
83
  label="πŸ”Š Audio", interactive=False, autoplay=True
84
  )
 
78
 
79
  # Right Column
80
  with gr.Column(scale=2):
81
+ self.btn_load_voice = gr.Button("Load Audio & Play", min_width=150)
82
  self.audio = gr.Audio(
83
  label="πŸ”Š Audio", interactive=False, autoplay=True
84
  )