File size: 476 Bytes
5252f1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* style.css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;700&display=swap');

body {
    font-family: 'Noto Sans Bengali', sans-serif;
}

h1 {
    font-family: 'Noto Sans Bengali', sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

/* Hide Streamlit footer */
footer {
    visibility: hidden;
}

/* Hide Deploy and Settings buttons */
.stButton button[data-baseweb="button"] {
    display: none !important;
}