Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,4 +66,4 @@ st.session_state.response = ""
|
|
66 |
st.title('Reconocimiento semántico')
|
67 |
title = st.text_input('Pregunta', 'Hazme una pregunta', on_change=semanticComparativeClassification,key='mytext')
|
68 |
|
69 |
-
st.
|
|
|
66 |
st.title('Reconocimiento semántico')
|
67 |
title = st.text_input('Pregunta', 'Hazme una pregunta', on_change=semanticComparativeClassification,key='mytext')
|
68 |
|
69 |
+
st.text("-->", st.session_state.response )
|