-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
90 lines (77 loc) · 2.18 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
#MainMenu {
visibility: hidden;
}
footer {
visibility: hidden;
}
body {
background-color: rgb(245, 250, 255);
}
.vertical {
border-left: 1px solid #ecf1f8;
height: 500px;
position: absolute;
left: 50%;
margin-left: -3px;
top: 0;
}
.stButton>button {
border-color: rgb(230, 234, 241);
width: 150px;
height: 50px;
border-radius: 6px;
box-shadow: 0 8px 18px 0 rgba(255, 132, 1, 0.26);
background-color: #ff8401;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
color: #fbfbfb;
}
.stButton>button:hover {
border-color: rgb(230, 234, 241);
color: #fbfbfb;
opacity: 0.75;
}
.stButton>button:active {
border-color: rgb(230, 234, 241);
background-color: #ff8401;
color: #fbfbfb;
}
div.row-widget.stRadio > div {
/* flex-direction: row; */
align-items: stretch;
}
div.row-widget.stRadio > div[role="radiogroup"] > label[data-baseweb="radio"] > div:first-child {
background-color: #037aff;
}
.stTextInput > div > div > input {
background-color: #ffffff;
box-shadow: 0 8px 18px 0 rgba(0, 8, 18, 0.05);
}
.stTextArea > div > div {
background-color: #ffffff;
box-shadow: 0 8px 18px 0 rgba(0, 8, 18, 0.05);
}
div[role="listbox"] ul {
background-color: #ffffff;
}
div[data-baseweb="select"] > div {
background-color: #ffffff;
}
/* # st.markdown('<p class="question"> How it works? </p>', unsafe_allow_html=True)
# st.markdown(""" <span style = "color:grey; font-size:20px;">
# This is an NLG based demo to show how modern neural network generate text.
# Type a custom snippet and hit
# </span>
# <span style = "color:grey; font-size:20px; font-weight:bold;">
# Generate.
# </span>
# <span style = "color:grey; font-size:20px;">
# If you are interested, read more on our
# </span>
# <a href="https://wordlift.io/blog/en/">
# <span style = "font-size:20px;">
# blog.
# </span>
# </a>
# """, unsafe_allow_html=True) */