Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
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 |
|