Spaces:
Runtime error
Runtime error
Commit
·
7963838
1
Parent(s):
30fae3d
second commit
Browse files- __pycache__/prediction.cpython-311.pyc +0 -0
- app.py +0 -9
__pycache__/prediction.cpython-311.pyc
ADDED
Binary file (2.7 kB). View file
|
|
app.py
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
import eda
|
3 |
-
import prediction
|
4 |
-
|
5 |
-
# page = st.sidebar.selectbox('Pilih Halaman :', ('EDA', 'Prediction'))
|
6 |
-
# if page == 'EDA':
|
7 |
-
# eda.run()
|
8 |
-
# else:
|
9 |
-
prediction.run()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|