tasmay commited on
Commit
adce130
·
1 Parent(s): b80c638

modified model

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -27,6 +27,5 @@ if file_name is not None:
27
  print(predictions)
28
  perecent_pred = round(predictions[p] * 100, 1)
29
  col2.subheader(f"{ p }: { perecent_pred }%")
30
- val = st.slider(p, 0, 100, perecent_pred, true)
31
  else:
32
  st.write('Please upload a file!')
 
27
  print(predictions)
28
  perecent_pred = round(predictions[p] * 100, 1)
29
  col2.subheader(f"{ p }: { perecent_pred }%")
 
30
  else:
31
  st.write('Please upload a file!')