Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def llm_pipeline(pdf_contents, max_length=500, min_length=50):
|
|
34 |
st.set_page_config(layout="wide")
|
35 |
|
36 |
def main():
|
37 |
-
st.title("Document Summarization
|
38 |
|
39 |
# Button to upload a PDF file
|
40 |
uploaded_file = st.file_uploader("Upload a PDF file", type=["pdf"])
|
|
|
34 |
st.set_page_config(layout="wide")
|
35 |
|
36 |
def main():
|
37 |
+
st.title("Document Summarization using a Language Model")
|
38 |
|
39 |
# Button to upload a PDF file
|
40 |
uploaded_file = st.file_uploader("Upload a PDF file", type=["pdf"])
|