FIFA2022 / app.py
nyomanyudisdeveloper's picture
Update app.py
f8a16fe verified
raw
history blame
149 Bytes
import streamlit as st
import predict
navigation = st.sidebar.selectbox('Pilih Halaman:', {'EDA':'Predict'})
if navigation == 'EDA':
eda.run()