com3dian commited on
Commit
cfcf528
·
1 Parent(s): 17f15d5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ if uploaded_file is not None:
39
  else:
40
  st.write("No matching file found.")
41
 
42
- output_file_path = matching_files
43
 
44
  monkeyReader = reader.MonkeyReader('x2d')
45
  outline = monkeyReader.readOutline(output_file_path)
 
39
  else:
40
  st.write("No matching file found.")
41
 
42
+ output_file_path = matching_files[0]
43
 
44
  monkeyReader = reader.MonkeyReader('x2d')
45
  outline = monkeyReader.readOutline(output_file_path)