File size: 543 Bytes
5ebeb73
b5c5cfb
90192b2
5ebeb73
 
 
b76cf08
5ebeb73
6a5ac94
417b347
14d4a0b
451f882
 
 
14d4a0b
 
417b347
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
class TextApp:
    demo_version = """<em>Version 0.1.0</em>"""

    title_markdown = """


    <h1><center> HTRFLOW </center></h1>

    <p><center>Explore AI models for Handwritten Text Recogntion developed by the Swedish National Archives </center></p>"""

    title_markdown_img = """
    <a href="https://riksarkivet.se">
    <img src="https://raw.githubusercontent.com/Borg93/Riksarkivet_docs/main/docs/assets/fav-removebg-preview.png" width="17%" align="right" margin-right="100" />
    </a>
    """


if __name__ == "__main__":
    pass