0xgaryy commited on
Commit
3cbba66
·
1 Parent(s): 9376e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -91,7 +91,6 @@ def main():
91
  st.write(raw_text)
92
 
93
  st.success("Prediction")
94
- st.write("{}:{}".format(res, proba))
95
  st.write("Confidence:{}".format(proba))
96
 
97
 
 
91
  st.write(raw_text)
92
 
93
  st.success("Prediction")
 
94
  st.write("Confidence:{}".format(proba))
95
 
96