Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -325,6 +325,6 @@ def run_model(input_text):
|
|
325 |
if st.button('Submit'):
|
326 |
run_model(runtext)
|
327 |
|
328 |
-
st.markdown('<mark>testing</mark> if this **works**', unsafe_allow_html=
|
329 |
st.text_area('Reference text', str(reference_text))
|
330 |
|
|
|
325 |
if st.button('Submit'):
|
326 |
run_model(runtext)
|
327 |
|
328 |
+
st.markdown('<mark>testing</mark> if this **works**', unsafe_allow_html=True)
|
329 |
st.text_area('Reference text', str(reference_text))
|
330 |
|