htr_demo / helper /text /text_app.py
Gabriel's picture
move parts of the code to tabs
b76cf08
raw
history blame
No virus
398 Bytes
class TextApp:
title_markdown = """
<h1><center> HTRFLOW </center></h1>
<h3><center> Swedish National Archives - Riksarkivet </center></h3>"""
title_markdown_img = """
<img src="https://raw.githubusercontent.com/Borg93/Riksarkivet_docs/main/docs/assets/fav-removebg-preview.png" width="13%" align="right" margin-right="100" />
"""
if __name__ == "__main__":
pass