alicelouis commited on
Commit
b0b3f62
·
1 Parent(s): c65dd41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ elif tabs == 'Upload': #and count_system () != 1:
328
  dic["name"] = x
329
  list_to_be_sorted.append(dic)
330
  data_base.append(y)
331
- st.write(list)
332
  if list_to_be_sorted[0]['name'] == "adenocarcinoma":
333
  dff_image.save(r"./Adenocarcinoma/{}".format(name_of_files_new[i]))
334
  image_path = name_of_files_new[i]
 
328
  dic["name"] = x
329
  list_to_be_sorted.append(dic)
330
  data_base.append(y)
331
+ st.write(list_to_be_sorted)
332
  if list_to_be_sorted[0]['name'] == "adenocarcinoma":
333
  dff_image.save(r"./Adenocarcinoma/{}".format(name_of_files_new[i]))
334
  image_path = name_of_files_new[i]