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

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.write(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.subheader(p, r)
148
 
149
  st.header('Hausdorff metric')
150
  st.subheader(hausdorff(bkps, bkps1))