hammammahdy's picture
third commit
c6d1ba2
raw
history blame
175 Bytes
import streamlit as st
import prediction
# page = st.sidebar.selectbox('Pilih Halaman :', ('EDA', 'Prediction'))
# if page == 'EDA':
# eda.run()
# else:
prediction.run()