Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,12 +19,6 @@ background: linear-gradient(to bottom, #f6e6b4 0%,#ed9017 100%); /* W3C, IE10+,
|
|
| 19 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
|
| 20 |
text-shadow: 2px 2px 10px #000000;
|
| 21 |
}
|
| 22 |
-
#red-button:target {
|
| 23 |
-
/* Define the dark styles for the button when clicked */
|
| 24 |
-
background-color: #333;
|
| 25 |
-
color: #fff;
|
| 26 |
-
/* Add any other styles to make it go dark */
|
| 27 |
-
}
|
| 28 |
"""
|
| 29 |
|
| 30 |
def download_csv_as_dataframe(url):
|
|
|
|
| 19 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
|
| 20 |
text-shadow: 2px 2px 10px #000000;
|
| 21 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"""
|
| 23 |
|
| 24 |
def download_csv_as_dataframe(url):
|