Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,7 @@ def paginar_frame(df):
|
|
31 |
if 'answer' in row:
|
32 |
if (row['answer']):
|
33 |
st.info(row['answer'])
|
34 |
-
|
35 |
-
st.caption(f"{row['seccion'].strip()} - {row['fecha'].strip()} ")
|
36 |
st.markdown(f"**{row['titulo'].strip()}**")
|
37 |
st.markdown(f"{row['resumen'].strip()}")
|
38 |
st.markdown(f"{row['link']}")
|
|
|
31 |
if 'answer' in row:
|
32 |
if (row['answer']):
|
33 |
st.info(row['answer'])
|
34 |
+
st.caption(f"{row['feed'].strip()} - {row['seccion'].strip()} - {row['fecha'].strip()} ")
|
|
|
35 |
st.markdown(f"**{row['titulo'].strip()}**")
|
36 |
st.markdown(f"{row['resumen'].strip()}")
|
37 |
st.markdown(f"{row['link']}")
|