Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
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 |
|