vladyur commited on
Commit
c0b8512
·
1 Parent(s): cc7ff9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ button = st.button('Go')
74
 
75
  if button:
76
  #try:
77
- text = ' [ABSTRACT] '.join(title, abstract)
78
  result = predict(text, tokenizer, model)
79
  if len(text) > 10:
80
  st.subheader('I think, this paper related to')
 
74
 
75
  if button:
76
  #try:
77
+ text = ' [ABSTRACT] '.join([title, abstract])
78
  result = predict(text, tokenizer, model)
79
  if len(text) > 10:
80
  st.subheader('I think, this paper related to')