mr2along commited on
Commit
d75d66d
·
verified ·
1 Parent(s): 79b4e39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def loadfile():
38
  # Lấy đường dẫn của tệp đã upload
39
  if isinstance(result, list) and result:
40
  file_url = result[0]
41
- print(f"Đường dẫn tệp đã tách: {file_url}")
42
  extracted_path = os.path.dirname(file_url)
43
  print(f"Đường dẫn tệp đã tách: {extracted_path}")
44
  else:
 
38
  # Lấy đường dẫn của tệp đã upload
39
  if isinstance(result, list) and result:
40
  file_url = result[0]
41
+ print(f"Đường dẫn tệp đã tách: {file_url}")
42
  extracted_path = os.path.dirname(file_url)
43
  print(f"Đường dẫn tệp đã tách: {extracted_path}")
44
  else: