Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
•
fbe1324
1
Parent(s):
5e5b872
Update reader.py
Browse files
reader.py
CHANGED
@@ -83,7 +83,7 @@ def get_article(acc, most_imp_feat):
|
|
83 |
color: #000;
|
84 |
transition: all .2s ease-out 0s !important;
|
85 |
box-shadow: 0 10px #00AEAB !important;
|
86 |
-
border-radius: 10px;
|
87 |
}
|
88 |
.panel_button:hover {
|
89 |
box-shadow: 0 5px #00AEAB;
|
|
|
83 |
color: #000;
|
84 |
transition: all .2s ease-out 0s !important;
|
85 |
box-shadow: 0 10px #00AEAB !important;
|
86 |
+
border-radius: 10px !important;
|
87 |
}
|
88 |
.panel_button:hover {
|
89 |
box-shadow: 0 5px #00AEAB;
|