JairoCesar commited on
Commit
e1c6019
verified
1 Parent(s): 9124ee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ if 'history' not in st.session_state:
43
  st.session_state.history = []
44
 
45
  # User input
46
- entrada_usuario = st.text_input("Tu interpretaci贸n del Rorschach:", key="entrada_usuario")
47
 
48
  # Generate response and update history
49
  if st.button("Enviar"):
 
43
  st.session_state.history = []
44
 
45
  # User input
46
+ entrada_usuario = st.text_input("Que ves en las imagenes ..:", key="entrada_usuario")
47
 
48
  # Generate response and update history
49
  if st.button("Enviar"):