Sidoine commited on
Commit
1b84490
·
1 Parent(s): f99dead

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ st.title(":red[APPLICATION DE PREDICTION DU COVID] :bar_chart: :chart:")
13
  st.markdown("* NOM: FOSSO TCHATAT SIDOINE ",unsafe_allow_html=True)
14
 
15
  #loader l'image
16
- st.image("image/keyce.jpg")
17
 
18
  upload_file = st.file_uploader("Telecharger un fichier",type = ['JPEG','jpg','png','PNG'])
19
 
@@ -23,7 +23,7 @@ covid_classes = {'COVID19': 0, 'NORMAL': 1, 'PNEUMONIA': 2, 'TURBERCULOSIS': 3}
23
  tab1, tab2= st.tabs([":bar_chart: Evaluation du model", ":mask: :smile: Prediction"])
24
 
25
  with tab1:
26
- st.image("image/loss.png")
27
  with tab2:
28
  generate_pred = st.button("Predict")
29
  if upload_file:
 
13
  st.markdown("* NOM: FOSSO TCHATAT SIDOINE ",unsafe_allow_html=True)
14
 
15
  #loader l'image
16
+ st.image("keyce.jpg")
17
 
18
  upload_file = st.file_uploader("Telecharger un fichier",type = ['JPEG','jpg','png','PNG'])
19
 
 
23
  tab1, tab2= st.tabs([":bar_chart: Evaluation du model", ":mask: :smile: Prediction"])
24
 
25
  with tab1:
26
+ st.image("loss.png")
27
  with tab2:
28
  generate_pred = st.button("Predict")
29
  if upload_file: