Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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 |
|