Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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)
|