coolkrishds commited on
Commit
37750d7
·
1 Parent(s): 69e2669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -8,11 +8,3 @@ text = st.text_area('Enter some content !')
8
  if text:
9
  out = pipe(text)
10
  st.json(out)
11
- # st.write(out["label"])
12
- # for result in text:
13
- # st.write(result['label'])
14
- # st.write("Label: ")
15
- # st.write(result['label'])
16
- # st.write("Score: ")
17
- # st.write(result['score'])
18
-
 
8
  if text:
9
  out = pipe(text)
10
  st.json(out)