arithescientist commited on
Commit
5129a2d
·
1 Parent(s): 9455659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ print('Using model {}\n'.format(model_name))
29
 
30
 
31
 
32
- def lincoln(content = input_text):
33
  summary_text = ""
34
  for i, paragraph in enumerate(content.split("\n\n")):
35
  # get rid of empty paragraphs and one word paras and extra whitespaces
 
29
 
30
 
31
 
32
+ def lincoln(content):
33
  summary_text = ""
34
  for i, paragraph in enumerate(content.split("\n\n")):
35
  # get rid of empty paragraphs and one word paras and extra whitespaces