Sidoine commited on
Commit
539c858
·
1 Parent(s): c7d926f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,7 +7,7 @@ from tensorflow.keras.utils import load_img,img_to_array
7
  from tensorflow.keras.preprocessing import image
8
  from PIL import Image,ImageOps
9
 
10
- st.sidebar.image("image/keyce.jpg")
11
 
12
  menu_options = ["Documentation", "Application"]
13
 
@@ -31,7 +31,7 @@ elif selection == "Application":
31
  with tab1:
32
  upload_file = st.file_uploader("Telecharger un fichier",type = ['JPEG','jpg','png','PNG'])
33
  with tab2:
34
- st.image("image/loss.png")
35
  with tab3:
36
 
37
  if upload_file:
 
7
  from tensorflow.keras.preprocessing import image
8
  from PIL import Image,ImageOps
9
 
10
+ st.sidebar.image("keyce.jpg")
11
 
12
  menu_options = ["Documentation", "Application"]
13
 
 
31
  with tab1:
32
  upload_file = st.file_uploader("Telecharger un fichier",type = ['JPEG','jpg','png','PNG'])
33
  with tab2:
34
+ st.image("loss.png")
35
  with tab3:
36
 
37
  if upload_file: