nurindahpratiwi
commited on
Commit
·
f665e30
1
Parent(s):
1441895
fix line
Browse files
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.
|
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)
|