Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,5 +93,5 @@ title = st.text_input('Pregunta', '', on_change=semanticComparativeClassificatio
|
|
93 |
|
94 |
st.text_area( "Respuesta: ", key= "respuesta", height=200 )
|
95 |
|
96 |
-
st.markdown("<div id='logwrapper'>LOG:"+
|
97 |
|
|
|
93 |
|
94 |
st.text_area( "Respuesta: ", key= "respuesta", height=200 )
|
95 |
|
96 |
+
st.markdown("<div id='logwrapper'>LOG:"+tt+"</div>", unsafe_allow_html=True)
|
97 |
|