import streamlit as st import predict navigation = st.sidebar.selectbox('Pilih Halaman:', {'EDA':'Predict'}) if navigation == 'EDA': eda.run()