f8a16fe 58f46f5 30c3872 58f46f5 f8a16fe
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()