Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nyomanyudisdeveloper
/
FIFA2022
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f8a16fe
FIFA2022
/
app.py
nyomanyudisdeveloper
Update app.py
f8a16fe
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
149 Bytes
import
streamlit
as
st
import
predict
navigation = st.sidebar.selectbox(
'Pilih Halaman:'
, {
'EDA'
:
'Predict'
})
if
navigation ==
'EDA'
:
eda.run()