File size: 150 Bytes
58f46f5
 
 
30c3872
58f46f5
 
00a25ee
1
2
3
4
5
6
7
import streamlit as st 
import predict 

navigation = st.sidebar.selectbox('Pilih Halaman:', {'EDA':'Predict'})

if navigation == 'EDA':
    eda.run()