Spaces:
Sleeping
Sleeping
dbleek
commited on
Commit
·
16454b4
1
Parent(s):
773212e
fixed minor typo
Browse files
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
|
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 |
)
|