graredcr commited on
Commit
44106e3
·
1 Parent(s): cf550ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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