laverdes commited on
Commit
9c7a76f
·
1 Parent(s): f3c6bfe

chore: fix subtitle by unstructured

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ logo = Image.open("./img/rsz_unstructured_logo.png")
56
 
57
  st.markdown('''
58
  ## Receipt Parser
59
- #### by [Unstructured.io](https://www.unstructured.io/)
60
 
61
  This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
62
  The original 🍩 implementation can be found on [here](https://github.com/clovaai/donut).
 
56
 
57
  st.markdown('''
58
  ## Receipt Parser
59
+ <sub>by [Unstructured.io](https://www.unstructured.io/)</sub>
60
 
61
  This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
62
  The original 🍩 implementation can be found on [here](https://github.com/clovaai/donut).