File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import streamlit as st
22from 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
614choice = st .sidebar .radio (
625 "Please choose a function to see its documentation" ,
636 (
You can’t perform that action at this time.
0 commit comments