nurindahpratiwi commited on
Commit
f665e30
·
1 Parent(s): 1441895
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,8 +86,8 @@ def main():
86
  with open(filepath, "wb") as temp_file:
87
  temp_file.write(uploaded_file.read())
88
  with col1:
89
- st.info("Uploaded File")
90
- pdf_view = display_pdf(filepath)
91
 
92
  with col2:
93
  summarized_result = language_model_pipeline(filepath, maxlength)
 
86
  with open(filepath, "wb") as temp_file:
87
  temp_file.write(uploaded_file.read())
88
  with col1:
89
+ st.success("File Uploaded")
90
+ #pdf_view = display_pdf(filepath)
91
 
92
  with col2:
93
  summarized_result = language_model_pipeline(filepath, maxlength)