mrbeliever commited on
Commit
db1a189
·
verified ·
1 Parent(s): 96f2234

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -348,8 +348,8 @@ async def text_to_speech_edge(text, voice):
348
 
349
  def main():
350
  # Center the title and description with white text
351
- st.markdown("<h1 style='text-align: center; color: #ffffff;'>Text-to-Speech Converter</h1>", unsafe_allow_html=True)
352
- st.markdown("<p style='text-align: center; color: #ffffff;'>Enter text and select a language and voice to generate an MP3 audio file.</p>", unsafe_allow_html=True)
353
 
354
  # Input text area, centered
355
  with st.container():
 
348
 
349
  def main():
350
  # Center the title and description with white text
351
+ #st.markdown("<h1 style='text-align: center; color: #ffffff;'>Text-to-Speech Converter</h1>", unsafe_allow_html=True)
352
+ #st.markdown("<p style='text-align: center; color: #ffffff;'>Enter text and select a language and voice to generate an MP3 audio file.</p>", unsafe_allow_html=True)
353
 
354
  # Input text area, centered
355
  with st.container():