|
|
|
|
|
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; |
|
} |
|
|
|
|