dbleek commited on
Commit
930a750
·
unverified ·
1 Parent(s): 27d3f31

fixed minor typo (#5)

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
  )