Spaces:
Sleeping
Sleeping
Update BeautifulSoup.py
Browse files- BeautifulSoup.py +0 -1
BeautifulSoup.py
CHANGED
|
@@ -85,7 +85,6 @@ class BeautifulSoup_st:
|
|
| 85 |
output = BytesIO()
|
| 86 |
excel_file = pd.ExcelWriter(output, engine='xlsxwriter')
|
| 87 |
content_file = self.df.to_excel(excel_file, header=False, index=False)
|
| 88 |
-
excel_file.save()
|
| 89 |
data = output.getvalue()
|
| 90 |
c3.download_button(
|
| 91 |
label="excel",
|
|
|
|
| 85 |
output = BytesIO()
|
| 86 |
excel_file = pd.ExcelWriter(output, engine='xlsxwriter')
|
| 87 |
content_file = self.df.to_excel(excel_file, header=False, index=False)
|
|
|
|
| 88 |
data = output.getvalue()
|
| 89 |
c3.download_button(
|
| 90 |
label="excel",
|