com3dian commited on
Commit
b79e22c
·
1 Parent(s): 743e4de

fix filename

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -28,8 +28,7 @@ if uploaded_file is not None:
28
  n=20)
29
 
30
  output_file_path = os.path.splitext(saved_file_path)[0] + ".grobid.tei.xml"
31
-
32
- monkeyReader = reader.MonkeyReader('x2d')
33
  outline = monkeyReader.readOutline(output_file_path)
34
  for pre, fill, node in outline:
35
  st.write("%s%s" % (pre, node.name))
 
28
  n=20)
29
 
30
  output_file_path = os.path.splitext(saved_file_path)[0] + ".grobid.tei.xml"
31
+ monkeyReader = reader.MonkeyReader('monkey')
 
32
  outline = monkeyReader.readOutline(output_file_path)
33
  for pre, fill, node in outline:
34
  st.write("%s%s" % (pre, node.name))