Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -96,11 +96,11 @@ st.title('Reconocimiento semántico')
|
|
96 |
title = st.text_input('Pregunta', '', on_change=semanticComparativeClassification,key='mytext')
|
97 |
|
98 |
st.text_area( "Respuesta: ", key= "respuesta", height=200 )
|
99 |
-
st.text_area( "Log: ", key= "logresp", height=600 )
|
100 |
|
101 |
# Section 1
|
102 |
button = st.button('Button')
|
103 |
button_placeholder = st.empty()
|
104 |
-
button_placeholder.write(f'button = {button}')
|
105 |
|
106 |
|
|
|
96 |
title = st.text_input('Pregunta', '', on_change=semanticComparativeClassification,key='mytext')
|
97 |
|
98 |
st.text_area( "Respuesta: ", key= "respuesta", height=200 )
|
99 |
+
#st.text_area( "Log: ", key= "logresp", height=600 )
|
100 |
|
101 |
# Section 1
|
102 |
button = st.button('Button')
|
103 |
button_placeholder = st.empty()
|
104 |
+
#button_placeholder.write(f'button = {button}')
|
105 |
|
106 |
|