Skip to content

Commit

Permalink
ready for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsubedi committed Jan 21, 2021
1 parent 8244f19 commit bc92231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def text_summary(algorithm, text, ratio):
help='Enter a valid URL')
@click.option(
'--ratio',
default=0.5,
default=0.3,
help='Ratio to summarize to.')
@click.option(
'--algorithm',
Expand Down

0 comments on commit bc92231

Please sign in to comment.