Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hammammahdy
/
computer_vision_daisy_dandelion_prediction
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hammammahdy
commited on
Jan 21, 2024
Commit
c6d1ba2
·
1 Parent(s):
7963838
third commit
Browse files
Files changed (1)
hide
show
app.py
+8
-0
app.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
import streamlit as st
2
+
import prediction
3
+
4
+
# page = st.sidebar.selectbox('Pilih Halaman :', ('EDA', 'Prediction'))
5
+
# if page == 'EDA':
6
+
# eda.run()
7
+
# else:
8
+
prediction.run()