graredcr commited on
Commit
d2cb0aa
·
1 Parent(s): 24473a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,6 +101,6 @@ st.text_area( "Respuesta: ", key= "respuesta", height=200 )
101
  # Section 1
102
  button = st.button('Button')
103
  button_placeholder = st.empty()
104
- button_placeholder.write(st.session_state.logresp)
105
 
106
 
 
101
  # Section 1
102
  button = st.button('Button')
103
  button_placeholder = st.empty()
104
+ button_placeholder.write(st.session_state["logresp"])
105
 
106