laverdes commited on
Commit
6527a47
·
1 Parent(s): a0f68d0

fix: text to markdown in description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ task_prompt = f"<s>"
54
  logo = Image.open("./img/rsz_unstructured_logo.png")
55
  st.image(logo)
56
 
57
- st.text('''
58
  This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
59
  The original 🍩 implementation can be found on: https://github.com/clovaai/donut .
60
  At (Unstructured.io)[https://github.com/Unstructured-IO/unstructured] we are on a mission to build custom preprocessing pipelines for labeling, training, or production ML-ready pipelines 🤩.
 
54
  logo = Image.open("./img/rsz_unstructured_logo.png")
55
  st.image(logo)
56
 
57
+ st.markdown('''
58
  This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
59
  The original 🍩 implementation can be found on: https://github.com/clovaai/donut .
60
  At (Unstructured.io)[https://github.com/Unstructured-IO/unstructured] we are on a mission to build custom preprocessing pipelines for labeling, training, or production ML-ready pipelines 🤩.