lozanopastor commited on
Commit
ebd75ae
·
verified ·
1 Parent(s): 70ac553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def main():
166
  user_input("A qué entidad se refiere más el contenido del documento?")
167
  st.markdown('</div>', unsafe_allow_html=True)
168
 
169
- st.markdown('<div class="custom-button">', unsafe_allow_html=True)
170
  if st.button("Fecha implantación", key="pregunta_button"):
171
  user_input("En qué fecha se implantará el contenido del documento?")
172
  st.markdown('</div>', unsafe_allow_html=True)
 
166
  user_input("A qué entidad se refiere más el contenido del documento?")
167
  st.markdown('</div>', unsafe_allow_html=True)
168
 
169
+ st.markdown('<div class="custom-button">', unsafe_allow_html=True)
170
  if st.button("Fecha implantación", key="pregunta_button"):
171
  user_input("En qué fecha se implantará el contenido del documento?")
172
  st.markdown('</div>', unsafe_allow_html=True)