Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|