Spaces:
Running
on
Zero
Running
on
Zero
File size: 543 Bytes
5ebeb73 cc8205c 8a50dc6 5ebeb73 aef4add 5ebeb73 424c432 fecc20f 83d2c6a f543fcc 83d2c6a fecc20f |
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
|