ZainMalik0925 commited on
Commit
93ebd36
·
verified ·
1 Parent(s): 405dbb4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- streamlit==1.26.0 # Core library for the Streamlit web app
2
- pandas==2.1.1 # For handling and processing tabular dataset
3
- requests==2.31.0 # For downloading dataset from Google Drive
4
- openpyxl==3.1.2 # For processing Excel files
5
- plotly==5.15.0 # For creating interactive 3D visualizations
 
1
+ streamlit==1.26.0
2
+ pandas==2.1.1
3
+ PyPDF2==3.0.1
4
+ plotly==5.15.0
5
+ requests==2.31.0