File size: 661 Bytes
4356545
 
 
 
12493a8
4356545
 
 
12493a8
 
4356545
 
12493a8
 
 
 
 
4356545
12493a8
 
 
 
 
 
4356545
 
12493a8
 
 
4356545
 
 
 
12493a8
 
 
 
4356545
12493a8
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
/* styles.css */

body {
    background-color: #f4f4f9;
    font-family: 'Arial', sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.stButton button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
}

.stFileUploader {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 20px;
}

.stDataFrame {
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-top: 20px;
}