hammammahdy commited on
Commit
c6d1ba2
·
1 Parent(s): 7963838

third commit

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ import prediction
3
+
4
+ # page = st.sidebar.selectbox('Pilih Halaman :', ('EDA', 'Prediction'))
5
+ # if page == 'EDA':
6
+ # eda.run()
7
+ # else:
8
+ prediction.run()