Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def main():
|
|
168 |
|
169 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
170 |
if st.button("Entidad", key="entidad_button"):
|
171 |
-
user_input("A qué entidad
|
172 |
st.markdown('</div>', unsafe_allow_html=True)
|
173 |
|
174 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
|
|
168 |
|
169 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
170 |
if st.button("Entidad", key="entidad_button"):
|
171 |
+
user_input("A qué entidad pertenece el contenido del documento?")
|
172 |
st.markdown('</div>', unsafe_allow_html=True)
|
173 |
|
174 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|