Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
|