Jorge Henao commited on
Commit
e680c4e
1 Parent(s): 8549235
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ if __name__ == "__main__":
73
  # then we display it
74
  #st.markdown(f'{doc}\n<br>Fuente: {answer[4]}\n<br>Capítulo: {answer[3]}\n<br>Página: {answer[5]}\n[**Lee más aquí**]({url})\n', unsafe_allow_html=True)
75
  st.markdown(f"{doc}[**Lee más aquí**]({url})")
76
- st.caption(f"Fuente: {answer[4]} - Capítulo: {answer[3]} - Página: {answer[4]}")
77
 
78
  st.markdown("---")
79
  else:
 
73
  # then we display it
74
  #st.markdown(f'{doc}\n<br>Fuente: {answer[4]}\n<br>Capítulo: {answer[3]}\n<br>Página: {answer[5]}\n[**Lee más aquí**]({url})\n', unsafe_allow_html=True)
75
  st.markdown(f"{doc}[**Lee más aquí**]({url})")
76
+ st.caption(f"Fuente: {answer[4]} - Capítulo: {answer[3]} - Página: {answer[5]}")
77
 
78
  st.markdown("---")
79
  else: