Spaces:
Runtime error
Runtime error
final
Browse files- app.py +7 -2
- requirements.txt +3 -0
- requirements.txt.txt +0 -8
app.py
CHANGED
|
@@ -4,10 +4,11 @@ import os
|
|
| 4 |
import pandas as pd
|
| 5 |
from datetime import datetime
|
| 6 |
|
| 7 |
-
import openpyxl
|
| 8 |
from openpyxl.styles import PatternFill, Border, Side
|
| 9 |
from openpyxl.utils.dataframe import dataframe_to_rows
|
| 10 |
from openpyxl import Workbook
|
|
|
|
| 11 |
# [theme]
|
| 12 |
# primaryColor = "#E694FF"
|
| 13 |
# backgroundColor = "#00172B"
|
|
@@ -705,4 +706,8 @@ st.write("Thank us later✌")
|
|
| 705 |
# for file in opdir:
|
| 706 |
# zip.write(file)
|
| 707 |
|
| 708 |
-
# print('All files zipped successfully!')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
import pandas as pd
|
| 5 |
from datetime import datetime
|
| 6 |
|
| 7 |
+
import openpyxl
|
| 8 |
from openpyxl.styles import PatternFill, Border, Side
|
| 9 |
from openpyxl.utils.dataframe import dataframe_to_rows
|
| 10 |
from openpyxl import Workbook
|
| 11 |
+
|
| 12 |
# [theme]
|
| 13 |
# primaryColor = "#E694FF"
|
| 14 |
# backgroundColor = "#00172B"
|
|
|
|
| 706 |
# for file in opdir:
|
| 707 |
# zip.write(file)
|
| 708 |
|
| 709 |
+
# print('All files zipped successfully!')
|
| 710 |
+
|
| 711 |
+
|
| 712 |
+
|
| 713 |
+
# pipreqs opdir
|
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
openpyxl==3.0.10
|
| 2 |
+
pandas==1.5.1
|
| 3 |
+
streamlit==1.15.1
|
requirements.txt.txt
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
pip>=6.0
|
| 2 |
-
lxml>=3.3.4
|
| 3 |
-
pytest
|
| 4 |
-
pillow
|
| 5 |
-
tox
|
| 6 |
-
streamlit
|
| 7 |
-
pandas
|
| 8 |
-
openpyxl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|