KingZack commited on
Commit
5e12bda
1 Parent(s): c6334ea

adding app files

Browse files
Files changed (2) hide show
  1. app.py +4 -0
  2. requirements.txt +2 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.markdown('# Hello World')
4
+
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ pandas==2.2.3
2
+ scikit-learn==1.5.2