wrapper228 commited on
Commit
94f7db6
1 Parent(s): 31552bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ abstract = st.text_area("Write article abstract:", height=60)
48
 
49
  input_text = title + " " + abstract
50
 
51
- input_text = ''.join(filter(str.isalnum, input_text))
52
 
53
  if len(input_text.split()) > 0:
54
  predict_topic_by_title_and_abstract(input_text)
 
48
 
49
  input_text = title + " " + abstract
50
 
51
+ #input_text = ''.join(filter(str.isalnum, input_text))
52
 
53
  if len(input_text.split()) > 0:
54
  predict_topic_by_title_and_abstract(input_text)