Spaces:
Running
Running
Update app.py
Browse files
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("
|
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"):
|