Corran commited on
Commit
5139255
1 Parent(s): 93c85b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -143,6 +143,8 @@ def Get_Navigation(controls,):
143
  def Get_Article_HTML(pdf):
144
 
145
  article = GParse_Paper(pdf)
 
 
146
 
147
  soup = BeautifulSoup(article, "xml")
148
 
 
143
  def Get_Article_HTML(pdf):
144
 
145
  article = GParse_Paper(pdf)
146
+
147
+ print(article)
148
 
149
  soup = BeautifulSoup(article, "xml")
150