File size: 977 Bytes
1950194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
span {
    font-size: 28px !important;
    margin-bottom: 5px;
  }
  
  .css-zt5igj span {
    text-align: center;
    color: black;
  }
  
  .stTextArea .css-1om1ktf .st-bs {
    background-color: #fff;
    border: 1px #00381d;
    border-radius: 8px;
    padding: 8px 12px;
  }
  
  .stButton button {
    background-color: #33fb9a;
    width: 150px;
    height: 40px; 
    color: white;
    font-size: 16px; 
    border: none;
    border-radius: 8px; 
    cursor: pointer;
  }
  
  .stButton button p {
    color: white;
    font-weight: 600;
    font-size: 18px !important;
  }
  
  .stButton button:hover {
    background-color: #1bcc76;
    color: white;
  }
  
  #text-input-still-empty span {
    font-size: 30px !important;
  }
  
  #sentiment-analysis-results span {
    font-size: 30px !important;
  }
  
  .stAlert .st-at {
    background-color: #18d379;
    border-radius: 5px;
    color: white;
  }
  
  .css-5rimss, .css-1w6rlcb p {
    font-weight: bold;
  }