Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def create_pdf(text):
|
|
37 |
|
38 |
# Main application
|
39 |
def main():
|
40 |
-
st.title("
|
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
|