Spaces:
Sleeping
Sleeping
Update styles.py
Browse files
styles.py
CHANGED
@@ -39,9 +39,14 @@ def get_custom_css():
|
|
39 |
}
|
40 |
|
41 |
/* Style for download button */
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
[data-testid="stDownloadButton"] button {
|
43 |
width: 80%;
|
44 |
-
margin-left: 10%;
|
45 |
border-radius: 5px;
|
46 |
height: 3em;
|
47 |
background-color: #4CAF50;
|
|
|
39 |
}
|
40 |
|
41 |
/* Style for download button */
|
42 |
+
[data-testid="stDownloadButton"] {
|
43 |
+
text-align: center;
|
44 |
+
display: flex;
|
45 |
+
justify-content: center;
|
46 |
+
}
|
47 |
+
|
48 |
[data-testid="stDownloadButton"] button {
|
49 |
width: 80%;
|
|
|
50 |
border-radius: 5px;
|
51 |
height: 3em;
|
52 |
background-color: #4CAF50;
|