Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,6 @@ def main():
|
|
168 |
with col1:
|
169 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
170 |
button1 = st.button("Resumen", key="resumen_button"):
|
171 |
-
user_input("Realiza un resumen sobre los aspectos más relevantes comentados en el documento")
|
172 |
st.markdown('</div>', unsafe_allow_html=True)
|
173 |
with col2:
|
174 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
@@ -189,20 +188,7 @@ def main():
|
|
189 |
if button3:
|
190 |
# Do something...
|
191 |
user_input("En qué fecha se implantará el contenido del documento?")
|
192 |
-
|
193 |
-
if st.button("Resumen", key="resumen_button"):
|
194 |
-
user_input("Realiza un resumen sobre los aspectos más relevantes comentados en el documento")
|
195 |
-
st.markdown('</div>', unsafe_allow_html=True)
|
196 |
-
|
197 |
-
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
198 |
-
if st.button("Entidad", key="entidad_button"):
|
199 |
-
user_input("A qué entidad pertenece el contenido del documento?")
|
200 |
-
st.markdown('</div>', unsafe_allow_html=True)
|
201 |
-
|
202 |
-
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
203 |
-
if st.button("Fecha implantación", key="fecha_button"):
|
204 |
-
user_input("En qué fecha se implantará el contenido del documento?")
|
205 |
-
st.markdown('</div>', unsafe_allow_html=True)
|
206 |
|
207 |
user_question = st.text_input("Introduce tu pregunta", placeholder="¿Qué quieres saber?")
|
208 |
|
|
|
168 |
with col1:
|
169 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
170 |
button1 = st.button("Resumen", key="resumen_button"):
|
|
|
171 |
st.markdown('</div>', unsafe_allow_html=True)
|
172 |
with col2:
|
173 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
|
|
188 |
if button3:
|
189 |
# Do something...
|
190 |
user_input("En qué fecha se implantará el contenido del documento?")
|
191 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
|
193 |
user_question = st.text_input("Introduce tu pregunta", placeholder="¿Qué quieres saber?")
|
194 |
|