awacke1 commited on
Commit
7a1eeb4
ยท
verified ยท
1 Parent(s): d8ec6f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -919,8 +919,8 @@ def display_voice_tab():
919
  """
920
 
921
  # โ–ถ Voice Settings
922
- with st.expander("๐ŸŽค Voice Settings"):
923
- st.sidebar.markdown("### ๐ŸŽค Voice Settings")
924
  caption_female = 'Top: ๐ŸŒธ **Aria** โ€“ ๐ŸŽถ **Jenny** โ€“ ๐ŸŒบ **Sonia** โ€“ ๐ŸŒŒ **Natasha** โ€“ ๐ŸŒท **Clara**'
925
  caption_male = 'Bottom: ๐ŸŒŸ **Guy** โ€“ ๐Ÿ› ๏ธ **Ryan** โ€“ ๐ŸŽป **William** โ€“ ๐ŸŒŸ **Liam**'
926
 
@@ -937,8 +937,8 @@ def display_voice_tab():
937
  )
938
 
939
 
940
- with st.expander("๐ŸŽ™๏ธ Voice Character Agent Selector ๐ŸŽญ"):
941
- st.sidebar.markdown("""
942
  # ๐ŸŽ™๏ธ Voice Character Agent Selector ๐ŸŽญ
943
  *Female Voices*:
944
  - ๐ŸŒธ **Aria** โ€“ Elegant, creative storytelling
 
919
  """
920
 
921
  # โ–ถ Voice Settings
922
+ with st.sidebar.expander("๐ŸŽค Voice Settings", expanded=False ):
923
+ st.markdown("### ๐ŸŽค Voice Settings")
924
  caption_female = 'Top: ๐ŸŒธ **Aria** โ€“ ๐ŸŽถ **Jenny** โ€“ ๐ŸŒบ **Sonia** โ€“ ๐ŸŒŒ **Natasha** โ€“ ๐ŸŒท **Clara**'
925
  caption_male = 'Bottom: ๐ŸŒŸ **Guy** โ€“ ๐Ÿ› ๏ธ **Ryan** โ€“ ๐ŸŽป **William** โ€“ ๐ŸŒŸ **Liam**'
926
 
 
937
  )
938
 
939
 
940
+ with st.sidebar.expander("๐ŸŽ™๏ธ Voice Character Agent Selector ๐ŸŽญ", expanded=False):
941
+ st.markdown("""
942
  # ๐ŸŽ™๏ธ Voice Character Agent Selector ๐ŸŽญ
943
  *Female Voices*:
944
  - ๐ŸŒธ **Aria** โ€“ Elegant, creative storytelling