Spaces:
Running
on
T4
Running
on
T4
class TextApp: | |
title_markdown = """ | |
<h1><center> HTRflow - Demo </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 | |