Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
streamlit==1.26.0
|
2 |
-
pandas==
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
1 |
+
streamlit==1.26.0 # Ensure compatibility with the latest Streamlit features as of the cutoff
|
2 |
+
pandas==1.5.3 # For handling data structures
|
3 |
+
requests==2.31.0 # For fetching data from the provided Google Drive link
|
4 |
+
PyPDF2==3.0.1 # For extracting text from machine-readable PDFs
|
5 |
+
plotly==5.17.0 # For interactive visualizations
|