Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ if st.button("Press the button to test"):
|
|
10 |
for text in Text_arr:
|
11 |
labels=pipe(text)[0]["label"]
|
12 |
score=pipe(text)[0]["score"]
|
13 |
-
|
|
|
10 |
for text in Text_arr:
|
11 |
labels=pipe(text)[0]["label"]
|
12 |
score=pipe(text)[0]["score"]
|
13 |
+
st.text(f"The text \"{text}\" is labeled {labels} with a score of {score} being accurate")
|