laverdes commited on
Commit
175850e
·
1 Parent(s): cd6dae3

fix: unsafe_allow_html=True in markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ st.markdown("""
60
  </h3>
61
 
62
  <div align="center">
63
- """)
64
 
65
  st.text('''
66
  This is OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
 
60
  </h3>
61
 
62
  <div align="center">
63
+ """, unsafe_allow_html=True)
64
 
65
  st.text('''
66
  This is OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.