htr_demo / helper /text /text_app.py
Gabriel's picture
added new dataset
417b347
raw
history blame
No virus
384 Bytes
class TextApp:
title_markdown = """
<img src="https://raw.githubusercontent.com/Borg93/Riksarkivet_docs/main/docs/assets/fav-removebg-preview.png" width="4%" align="right" margin-right="100" />
<h1><center> Handwritten Text Recognition Tool </center></h1>
<h3><center> Swedish National Archives - Riksarkivet </center></h3>"""
if __name__ == "__main__":
pass