Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,4 +110,4 @@ st.text_area( "Respuesta: ", key= "respuesta", height=200 )
|
|
110 |
logtxtbox = st.empty()
|
111 |
#logtxtbox.text_area("Logging: ",logtxt, height = 500)
|
112 |
|
113 |
-
logtxtbox = st.markdown('ssss', unsafe_allow_html=True)
|
|
|
110 |
logtxtbox = st.empty()
|
111 |
#logtxtbox.text_area("Logging: ",logtxt, height = 500)
|
112 |
|
113 |
+
#logtxtbox = st.markdown('ssss', unsafe_allow_html=True)
|