Spaces:
Running
on
T4
Running
on
T4
File size: 398 Bytes
5ebeb73 b76cf08 5ebeb73 417b347 14d4a0b 417b347 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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
|