Spaces:
Runtime error
Runtime error
File size: 175 Bytes
c6d1ba2 |
1 2 3 4 5 6 7 8 |
import streamlit as st
import prediction
# page = st.sidebar.selectbox('Pilih Halaman :', ('EDA', 'Prediction'))
# if page == 'EDA':
# eda.run()
# else:
prediction.run() |