Spaces:
Running
Running
Text and comments added
Browse files- 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("
|
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
|