William14045's picture
Update app.py
88eb99f
raw
history blame contribute delete
No virus
160 Bytes
import streamlit as st
import predict
navigation = st.sidebar.selectbox('pilih halaman :', ("Prediction","X"))
if navigation =='Prediction':
predict.run()