Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ st.markdown(
|
|
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
|
|
|
23 |
)
|
24 |
|
25 |
st.markdown('<h1 class="title">Traducci贸n Instant谩nea</h1>', unsafe_allow_html=True)
|
26 |
+
st.markdown('<h1 Integrantes:</h1>', unsafe_allow_html=True)
|
27 |
st.markdown('<h1 class="title">Ingl茅s - Espa帽ol y Espa帽ol - Ingl茅s</h1>', unsafe_allow_html=True)
|
28 |
|
29 |
# Cargar los modelos de traducci贸n
|