awacke1 commited on
Commit
2a5bffd
·
verified ·
1 Parent(s): 0834a58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -321,8 +321,8 @@ def display_voice_tab():
321
 
322
  # Voice Settings Section
323
  st.markdown("### 🎤 Voice Settings")
324
- captionFemale='Top Row: 🌸 **Aria** – 🎶 **Jenny** – 🌺 **Sonia** – 🌌 **Natasha** – 🌷 **Clara**'
325
- captionMale='Bottom Row: 🌟 **Guy** – 🛠️ **Ryan** – 🎻 **William** – 🌟 **Liam**'
326
  st.sidebar.image('Group Picture - Voices.png', caption=captionFemale + ' - ' + captionMale)
327
  st.sidebar.markdown("""
328
 
 
321
 
322
  # Voice Settings Section
323
  st.markdown("### 🎤 Voice Settings")
324
+ captionFemale='Top: 🌸 **Aria** – 🎶 **Jenny** – 🌺 **Sonia** – 🌌 **Natasha** – 🌷 **Clara**'
325
+ captionMale='Bottom: 🌟 **Guy** – 🛠️ **Ryan** – 🎻 **William** – 🌟 **Liam**'
326
  st.sidebar.image('Group Picture - Voices.png', caption=captionFemale + ' - ' + captionMale)
327
  st.sidebar.markdown("""
328