Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,6 +94,7 @@ def cloud_button(label, key=None):
|
|
94 |
"""
|
95 |
st.markdown(cloud_button_html, unsafe_allow_html=True)
|
96 |
|
|
|
97 |
def load_pdf(file_path):
|
98 |
pdf_reader = PdfReader(file_path)
|
99 |
text = ""
|
|
|
94 |
"""
|
95 |
st.markdown(cloud_button_html, unsafe_allow_html=True)
|
96 |
|
97 |
+
|
98 |
def load_pdf(file_path):
|
99 |
pdf_reader = PdfReader(file_path)
|
100 |
text = ""
|