Skip to content

Commit 14c3650

Browse files
author
Randy Zwitch
authored
Set default theme
1 parent 2fc1b2d commit 14c3650

1 file changed

Lines changed: 0 additions & 57 deletions

File tree

examples/streamlit-embedcode-docs.py

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,6 @@
11
import streamlit as st
22
from streamlit_embedcode import *
33

4-
# CSS
5-
st.markdown(
6-
"""
7-
<style>
8-
9-
.reportview-container .markdown-text-container {
10-
font-family: monospace;
11-
}
12-
.sidebar .sidebar-content {
13-
background-image: linear-gradient(#2e7bcf,#2e7bcf);
14-
color: white;
15-
}
16-
17-
.Widget>label {
18-
color: white;
19-
font-family: monospace;
20-
}
21-
22-
[class^="st-b"] {
23-
color: white;
24-
font-family: monospace;
25-
}
26-
27-
.st-bb {
28-
background-color: transparent;
29-
}
30-
31-
.st-at {
32-
background-color: #0c0080;
33-
}
34-
35-
footer {
36-
font-family: monospace;
37-
}
38-
39-
.reportview-container .main footer, .reportview-container .main footer a {
40-
color: #0c0080;
41-
}
42-
43-
header .decoration {
44-
background-image: none;
45-
}
46-
47-
:root {
48-
--breakpoint-xs: 1200px;
49-
--breakpoint-sm: 1200px;
50-
--breakpoint-md: 1200px;
51-
--breakpoint-lg: 1200px;
52-
--breakpoint-xl: 1200px;
53-
}
54-
55-
</style>
56-
""",
57-
unsafe_allow_html=True,
58-
)
59-
60-
# st-ak st-ai st-al st-am st-an st-ao st-ap st-aq st-ar st-as
614
choice = st.sidebar.radio(
625
"Please choose a function to see its documentation",
636
(

0 commit comments

Comments
 (0)