Spaces:
Sleeping
Sleeping
fix path
Browse files
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)
|