ojasrohatgi commited on
Commit
00b70b2
·
verified ·
1 Parent(s): 65eed50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def create_pdf(text):
37
 
38
  # Main application
39
  def main():
40
- st.title("Enhanced Article Extractor and Summarizer")
41
 
42
  url = st.text_input("Enter the URL of an article:", key="url")
43
  max_chunk = 300
 
37
 
38
  # Main application
39
  def main():
40
+ st.title("Abstractive Article Summarizer")
41
 
42
  url = st.text_input("Enter the URL of an article:", key="url")
43
  max_chunk = 300