riabayonaor commited on
Commit
bd15223
·
verified ·
1 Parent(s): 4835278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ if "chat_history" not in st.session_state:
36
  st.session_state["chat_history"] = []
37
 
38
 
39
- st.chat_input("Enter your message", on_submit=chat_actions, key="chat_input")
40
 
41
  for i in st.session_state["chat_history"]:
42
  with st.chat_message(name=i["role"]):
 
36
  st.session_state["chat_history"] = []
37
 
38
 
39
+ st.chat_input("Escribe tu pregunta sobre el tema matemático que quieras", on_submit=chat_actions, key="chat_input")
40
 
41
  for i in st.session_state["chat_history"]:
42
  with st.chat_message(name=i["role"]):