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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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:7px;">La informaci贸n generada por el chatbot puede ser incorrecta. Revisa el documento.</p>', unsafe_allow_html=True)
123
 
124
 
 
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