ThanhHoang commited on
Commit
07475f4
·
verified ·
1 Parent(s): 02811dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ import pandas as pd
18
  #csv_file_name = os.path.splitext(os.path.basename(excel_file_path))[0] + '.csv'
19
  #csv_file_path = os.path.join(os.path.dirname(excel_file_path), csv_file_name)
20
  # lấy file csv
21
- csv_file_path='Chat/Data_LHU_2cot .csv'
22
  # Ghi dữ liệu ra file CSV
23
  #df.to_csv(csv_file_path, index=False, encoding='utf-8-sig') # utf-8-sig để giữ nguyên dấu
24
 
 
18
  #csv_file_name = os.path.splitext(os.path.basename(excel_file_path))[0] + '.csv'
19
  #csv_file_path = os.path.join(os.path.dirname(excel_file_path), csv_file_name)
20
  # lấy file csv
21
+ csv_file_path='Chat/Data_LHU_2cot.csv'
22
  # Ghi dữ liệu ra file CSV
23
  #df.to_csv(csv_file_path, index=False, encoding='utf-8-sig') # utf-8-sig để giữ nguyên dấu
24