graredcr commited on
Commit
e13f730
·
1 Parent(s): 5773811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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