saritha5 commited on
Commit
f8097cd
1 Parent(s): 46f917a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ else:
144
 
145
  p, r = precision_recall(bkps, bkps1)
146
  st.header('Precision and Recall')
147
- st.subheader(p, r)
148
 
149
  st.header('Hausdorff metric')
150
  st.subheader(hausdorff(bkps, bkps1))
 
144
 
145
  p, r = precision_recall(bkps, bkps1)
146
  st.header('Precision and Recall')
147
+ st.write(p, r)
148
 
149
  st.header('Hausdorff metric')
150
  st.subheader(hausdorff(bkps, bkps1))