William14045
commited on
Commit
•
88eb99f
1
Parent(s):
97247ae
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import predict
|
3 |
|
4 |
-
navigation = st.sidebar.selectbox('pilih halaman :', ("
|
5 |
|
6 |
if navigation =='Prediction':
|
7 |
predict.run()
|
|
|
1 |
import streamlit as st
|
2 |
import predict
|
3 |
|
4 |
+
navigation = st.sidebar.selectbox('pilih halaman :', ("Prediction","X"))
|
5 |
|
6 |
if navigation =='Prediction':
|
7 |
predict.run()
|