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