markIA23 commited on
Commit
9c1e20e
verified
1 Parent(s): 576ef08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,7 +100,7 @@ st.markdown("""
100
  <iframe src="https://www.youtube.com/embed/UFqvwF9xvAM?si=4qFqwSpsr5Fh9bd7" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
101
  </div>
102
  """, unsafe_allow_html=True)
103
- st.markdown("<small>Toda la informaci贸n en: https://shre.ink/g0JH.</small>", unsafe_allow_html=True)
104
 
105
  # Display the fixed PDF
106
  if os.path.exists(FIXED_PDF_PATH):
@@ -119,6 +119,6 @@ for message in st.session_state.messages:
119
  with st.chat_message(message['role']):
120
  st.write(message['content'])
121
  st.markdown("<small>Desarrollado por el Profesor Marco Medina Rajo.</small>", unsafe_allow_html=True)
122
- st.markdown('<p style="font-size:9px;">La informaci贸n generada por el chatbot puede ser incorrecta. Revisa el documento.</p>', unsafe_allow_html=True)
123
 
124
 
 
100
  <iframe src="https://www.youtube.com/embed/UFqvwF9xvAM?si=4qFqwSpsr5Fh9bd7" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
101
  </div>
102
  """, unsafe_allow_html=True)
103
+ st.markdown("<small>Toda la informaci贸n en el documento: https://docs.google.com/document/d/1mab0yt8us-XGugwzAsQ_8K-XLn1_VJ8tlTV7FW3Wv2E/edit?usp=sharing</small>", unsafe_allow_html=True)
104
 
105
  # Display the fixed PDF
106
  if os.path.exists(FIXED_PDF_PATH):
 
119
  with st.chat_message(message['role']):
120
  st.write(message['content'])
121
  st.markdown("<small>Desarrollado por el Profesor Marco Medina Rajo.</small>", unsafe_allow_html=True)
122
+ st.markdown('<p style="font-size:10px;">La informaci贸n generada por el chatbot puede ser incorrecta. Revisa el documento.</p>', unsafe_allow_html=True)
123
 
124