kkastr commited on
Commit
6dccd1c
1 Parent(s): 7a8513b

updated title to h2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def summarizer(url: str) -> str:
119
  # pushshift.io submission comments api doesn't work so have to use praw
120
  df = getComments(url=url)
121
 
122
- submission_title = '# ' + df.submission_title.unique()[0]
123
 
124
  chunked_df = preprocessData(df)
125
 
 
119
  # pushshift.io submission comments api doesn't work so have to use praw
120
  df = getComments(url=url)
121
 
122
+ submission_title = '## ' + df.submission_title.unique()[0]
123
 
124
  chunked_df = preprocessData(df)
125