aps19 commited on
Commit
2135ce2
·
1 Parent(s): 445e71a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 App using a Smaller Model")
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"])