darly9991 commited on
Commit
df30dba
·
verified ·
1 Parent(s): 5fab46a

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +4 -0
  2. requirements.txt +7 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+ import water_index_quality
3
+
4
+ water_index_quality.run()
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ streamlit==1.29.0
2
+ pandas==2.2.1
3
+ numpy==1.26.4
4
+ scikit-learn==1.3.2
5
+ joblib==1.3.2
6
+ plotly==5.19.0
7
+ altair==5.2.0