Spaces:
Sleeping
Sleeping
class TextApp: | |
demo_version = """<em>Version 0.0.1</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 | |