ZainMalik0925 commited on
Commit
20421f3
·
verified ·
1 Parent(s): fd34c5d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,3 +1,5 @@
1
- streamlit==1.26.0 # Main library for the web interface
2
- pandas==2.1.1 # For handling tabular data (fiber composition, results)
3
- plotly==5.15.0 # For 3D visualizations of water, energy, and carbon footprints
 
 
 
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