vikee commited on
Commit
e6fd213
1 Parent(s): 9228cad

Text and comments added

Browse files
Files changed (1) hide show
  1. app-news-content.py +1 -1
app-news-content.py CHANGED
@@ -66,7 +66,7 @@ def generate_catchy_content(summarized_content):
66
  return t5_tokenizer.decode(outputs[0], skip_special_tokens=True)
67
 
68
  # Main App
69
- st.title("Hackathon-Ready News Summarizer & Blog Generator")
70
  st.subheader("Enter a topic to fetch news, summarize and generate engaging content!")
71
 
72
  # Query Input
 
66
  return t5_tokenizer.decode(outputs[0], skip_special_tokens=True)
67
 
68
  # Main App
69
+ st.title("News Summarizer & Blog Generator")
70
  st.subheader("Enter a topic to fetch news, summarize and generate engaging content!")
71
 
72
  # Query Input