Alioth86 commited on
Commit
70b9010
1 Parent(s): ba7e56a

Trigger app restart

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ examples = [
24
  ["Article_7.pdf"],["Article_9.pdf"],["Article_11.pdf"]
25
  ]
26
 
27
- #reporting the created functions for the part 1
28
  def text_extraction(element):
29
  line_text = element.get_text()
30
 
 
24
  ["Article_7.pdf"],["Article_9.pdf"],["Article_11.pdf"]
25
  ]
26
 
27
+ #reporting the functions created for the part 1
28
  def text_extraction(element):
29
  line_text = element.get_text()
30