Towhidul commited on
Commit
e16908b
1 Parent(s): 8e9ce14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ if file is not None:
107
  st.image(opencv_image, channels="BGR")
108
  with col2:
109
  st.header("Prediction")
110
- st.write(class_name[1])
111
  st.metric("Category:", class_name[1])
112
 
113
 
 
107
  st.image(opencv_image, channels="BGR")
108
  with col2:
109
  st.header("Prediction")
110
+ st.write(class_name[0])
111
  st.metric("Category:", class_name[1])
112
 
113