Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ st.header('Azərbaycan dilində mətni səsə çevirən model (TTS)')
|
|
88 |
# st.markdown('.')
|
89 |
|
90 |
st.title('Hello!')
|
91 |
-
st.header('A text-to-speech model in Azerbaijani language
|
92 |
|
93 |
with st.form("my_form"):
|
94 |
option = st.selectbox(
|
|
|
88 |
# st.markdown('.')
|
89 |
|
90 |
st.title('Hello!')
|
91 |
+
st.header('A text-to-speech (TTS) model in Azerbaijani language')
|
92 |
|
93 |
with st.form("my_form"):
|
94 |
option = st.selectbox(
|