carisackc commited on
Commit
a145e9b
1 Parent(s): 5e637b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -346,5 +346,5 @@ if st.button('Submit'):
346
  st.markdown('<span style="background-color: #FFFF00">testing</span> if this **works**', unsafe_allow_html=True)
347
  st.text_area('Reference text', str(reference_text))
348
 
349
- st.markdown(visualize(runtext,reference_text),unsafe_allow_html=True)
350
 
 
346
  st.markdown('<span style="background-color: #FFFF00">testing</span> if this **works**', unsafe_allow_html=True)
347
  st.text_area('Reference text', str(reference_text))
348
 
349
+ st.text_area(visualize(runtext,reference_text),unsafe_allow_html=True)
350