nurindahpratiwi commited on
Commit
612ea3b
1 Parent(s): 6ca90ab
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def language_model_pipeline(filepath):
42
  # Function to display the PDF content
43
 
44
  def main():
45
- st.title("PDF Summarization App using Language Model")
46
  uploaded_file = st.file_uploader("Upload your PDF file", type=['pdf'])
47
  st.success("File Uploaded")
48
  if uploaded_file is not None:
 
42
  # Function to display the PDF content
43
 
44
  def main():
45
+ st.title("PDF Summarization using LaMini")
46
  uploaded_file = st.file_uploader("Upload your PDF file", type=['pdf'])
47
  st.success("File Uploaded")
48
  if uploaded_file is not None: