Spaces:
Runtime error
Runtime error
fix: unsafe_allow_html=True in markdown
Browse files
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.
|