carisackc commited on
Commit
871d472
1 Parent(s): f16e721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
329
  st.text_area('Reference text', str(reference_text))
330
 
 
325
  if st.button('Submit'):
326
  run_model(runtext)
327
 
328
+ st.markdown('<span style="background-color: #FFFF00">testing</span> if this **works**', unsafe_allow_html=True)
329
  st.text_area('Reference text', str(reference_text))
330