Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,10 @@ st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
|
85 |
st.title('Salam!')
|
86 |
st.header('Azərbaycan dilində mətni səsə çevirən model (TTS)')
|
87 |
|
88 |
-
st.markdown('.')
|
|
|
|
|
|
|
89 |
|
90 |
with st.form("my_form"):
|
91 |
option = st.selectbox(
|
|
|
85 |
st.title('Salam!')
|
86 |
st.header('Azərbaycan dilində mətni səsə çevirən model (TTS)')
|
87 |
|
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(
|