Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,5 +52,5 @@ def semanticComparativeClassification():
|
|
52 |
|
53 |
|
54 |
st.title('Reconocimiento semántico')
|
55 |
-
title = st.text_input('Pregunta', '
|
56 |
st.write('La pregunta es ', st.session_state.mytext)
|
|
|
52 |
|
53 |
|
54 |
st.title('Reconocimiento semántico')
|
55 |
+
title = st.text_input('Pregunta', 'Hazme una pregunta', on_change=semanticComparativeClassification,key='mytext')
|
56 |
st.write('La pregunta es ', st.session_state.mytext)
|