import streamlit as st import predict navigation = st.sidebar.selectbox('pilih halaman :', ('EDA',"Prediction")) predict.run()