Sayandip commited on
Commit
f777052
·
verified ·
1 Parent(s): 651be06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def predict_image(image):
50
 
51
  # Streamlit app
52
  st.title("Driver Distraction Detection")
53
- st.markdown("Team18 Image Project : Sayandip Bhattacharyya, Purnendu Rudrapal, Sridatta Das, Siddharta Karjee")
54
 
55
  # File upload
56
  uploaded_file = st.file_uploader("Choose an image file", type=["jpg", "jpeg", "png"])
 
50
 
51
  # Streamlit app
52
  st.title("Driver Distraction Detection")
53
+ st.markdown("Team18 Image Project : Sayandip Bhattacharyya, Purnendu Rudrapal, Sridatta Das, Sidharta Karjee")
54
 
55
  # File upload
56
  uploaded_file = st.file_uploader("Choose an image file", type=["jpg", "jpeg", "png"])