Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ st.markdown(
|
|
22 |
unsafe_allow_html=True
|
23 |
)
|
24 |
|
25 |
-
st.markdown('<h1 class="title">Traducción Instantánea
|
26 |
st.markdown('<h1 class="title">Inglés - Español y Español - Inglés</h1>', unsafe_allow_html=True)
|
27 |
|
28 |
# Cargar los modelos de traducción
|
|
|
22 |
unsafe_allow_html=True
|
23 |
)
|
24 |
|
25 |
+
st.markdown('<h1 class="title">Traducción Instantánea</h1>', unsafe_allow_html=True)
|
26 |
st.markdown('<h1 class="title">Inglés - Español y Español - Inglés</h1>', unsafe_allow_html=True)
|
27 |
|
28 |
# Cargar los modelos de traducción
|