RishabhBhardwaj commited on
Commit
db1e7ef
1 Parent(s): 6cf9a0f

remove model output

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,8 +46,8 @@ if st.button("Evaluate"):
46
  st.subheader("Evaluation Result:")
47
  st.write(f"The text is evaluated as: **{prediction.upper()}**")
48
 
49
- st.subheader("Model Output:")
50
- st.write(output_decoded)
51
  else:
52
  st.warning("Please enter some text to evaluate.")
53
 
 
46
  st.subheader("Evaluation Result:")
47
  st.write(f"The text is evaluated as: **{prediction.upper()}**")
48
 
49
+ #st.subheader("Model Output:")
50
+ #st.write(output_decoded)
51
  else:
52
  st.warning("Please enter some text to evaluate.")
53