Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|