Towhidul commited on
Commit
591080c
1 Parent(s): 04d8414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ if file is not None:
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
 
 
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"])
117
  st.write("Prediction",class_name[0])
118
  st.metric("Category:", class_name[1])
119