We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6b7f9 commit d616e1bCopy full SHA for d616e1b
examples/summarize.py
@@ -19,7 +19,7 @@
19
20
21
def generate_html(sentences, title_text):
22
- doc = dominate.document(title='Summary')
+ doc = dominate.document(title='Summary: {}'.format(title_text))
23
24
with doc.head:
25
style("""\
0 commit comments