Skip to content

Commit 0108ec3

Browse files
authored
Update Home.py
1 parent 41a8761 commit 0108ec3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Home.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,26 @@
1919
SESSION_DIR = "sessions"
2020
os.makedirs(SESSION_DIR, exist_ok=True)
2121

22+
st.markdown("""
23+
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap" rel="stylesheet">
24+
<h1 class="kaushan-title" style='
25+
font-family: "Kaushan Script", cursive !important;
26+
font-size: 4rem;
27+
font-weight: 400;
28+
letter-spacing: 2px;
29+
margin-bottom: 0.5em;
30+
'>
31+
semARTagger
32+
</h1>
33+
<style>
34+
.kaushan-title {
35+
font-family: 'Kaushan Script', cursive !important;
36+
font-weight: 400 !important;
37+
letter-spacing: 2px;
38+
}
39+
</style>
40+
""", unsafe_allow_html=True)
41+
2242
st.markdown("""
2343
<link href="https://fonts.googleapis.com/css2?family=Questrial&display=swap" rel="stylesheet">
2444
<style>

0 commit comments

Comments
 (0)