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