saritha5 commited on
Commit
f99fc82
1 Parent(s): 28edf4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -147,12 +147,12 @@ st.header('Precision and Recall')
147
  st.write(p, r)
148
 
149
  st.header('Hausdorff metric')
150
- st.write(hausdorff(bkps, bkps1))
151
 
152
- st.header('Rand index')
153
 
154
 
155
- st.write(randindex(bkps, bkps1))
156
 
157
 
158
 
 
147
  st.write(p, r)
148
 
149
  st.header('Hausdorff metric')
150
+ st.subheader(hausdorff(bkps, bkps1))
151
 
152
+ st.subheader('Rand index')
153
 
154
 
155
+ st.subheader(randindex(bkps, bkps1))
156
 
157
 
158