File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1919SESSION_DIR = "sessions"
2020os .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+
2242st .markdown ("""
2343<link href="https://fonts.googleapis.com/css2?family=Questrial&display=swap" rel="stylesheet">
2444<style>
You can’t perform that action at this time.
0 commit comments