Towhidul commited on
Commit
04d8414
1 Parent(s): 70b69a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,8 +112,8 @@ if file is not None:
112
  st.image(opencv_image, channels="BGR")
113
  with col2:
114
  st.header("Results")
115
- # st.write(file)
116
- st.write("True Label",true_file[true_file["image_id"]==file.name]["dx"][0])
117
  st.write("Prediction",class_name[0])
118
  st.metric("Category:", class_name[1])
119
 
 
112
  st.image(opencv_image, channels="BGR")
113
  with col2:
114
  st.header("Results")
115
+ st.write(file.name)
116
+ # st.write("True Label",true_file[true_file["image_id"]==file.name]["dx"][0])
117
  st.write("Prediction",class_name[0])
118
  st.metric("Category:", class_name[1])
119