graredcr commited on
Commit
27afb2e
·
1 Parent(s): d319ef7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -95,6 +95,5 @@ st.text_area( "Respuesta: ", key= "respuesta", height=200 )
95
 
96
 
97
  container = st.container()
98
- container.write("This is inside the container")#
99
- #st.markdown("<div id='logwrapper'>LOG:"+st.session_state.mytext+"</div>", unsafe_allow_html=True)
100
 
 
95
 
96
 
97
  container = st.container()
98
+ container.write("This is inside the container")
 
99