dbleek commited on
Commit
16454b4
1 Parent(s): 773212e

fixed minor typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,5 +22,5 @@ if submitted:
22
  label = res[0]["label"].upper()
23
  score = res[0]["score"]
24
  st.markdown(
25
- f"This text is classified as **{label}** with a confidence score of **{score}**."
26
  )
 
22
  label = res[0]["label"].upper()
23
  score = res[0]["score"]
24
  st.markdown(
25
+ f"This text was classified as **{label}** with a confidence score of **{score}**."
26
  )