PPKM_sentiment / app.py
William14045's picture
Update app.py
5cd3f57
raw
history blame contribute delete
No virus
128 Bytes
import streamlit as st
import predict
navigation = st.sidebar.selectbox('pilih halaman :', ('EDA',"Prediction"))
predict.run()