Spaces:
Sleeping
Sleeping
Commit ·
e6d29bd
1
Parent(s): 77152c8
getback demo
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -38,7 +38,7 @@ if prompt := st.chat_input("What is up?"):
|
|
| 38 |
|
| 39 |
with st.chat_message("assistant"):
|
| 40 |
st.spinner("Pensando...")
|
| 41 |
-
respuesta=
|
| 42 |
st.write(respuesta)
|
| 43 |
st.session_state.messages.append({"role": "assistant", "content": respuesta})
|
| 44 |
|
|
|
|
| 38 |
|
| 39 |
with st.chat_message("assistant"):
|
| 40 |
st.spinner("Pensando...")
|
| 41 |
+
respuesta="Hola Alejandra, soy tu tutor IA. Estoy aquí para ayudarte a aprender y practicar matemáticas y física. ¿En qué puedo ayudarte hoy?"
|
| 42 |
st.write(respuesta)
|
| 43 |
st.session_state.messages.append({"role": "assistant", "content": respuesta})
|
| 44 |
|