Anne31415 commited on
Commit
89ad1c6
·
1 Parent(s): 510ad9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 = ""