mattpat commited on
Commit
c5fee4d
1 Parent(s): 1838ea5

new update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ if test:
10
  st.json(out)
11
 
12
  # The one with "text-classification"
13
- pipe = pipeline('text-classification')
14
- test_one = st.text_area('enter the text:')
15
 
16
  if test:
17
  out = pipe(test)
 
10
  st.json(out)
11
 
12
  # The one with "text-classification"
13
+ pipe_one = pipeline('text-classification')
14
+ test_one = st.text_area('enter more text:')
15
 
16
  if test:
17
  out = pipe(test)