APJ23 commited on
Commit
a7f7ad6
·
1 Parent(s): 721461b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- print(f"The text \"{text}\" is labeled {labels} with a score of {score} being accurate")
 
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")