Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ import pandas as pd
|
|
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="Data_LHU_2cot .csv"
|
|
|
22 |
csv_file_path="Data_LHU_2cot.csv"
|
23 |
|
24 |
# Ghi dữ liệu ra file 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="Data_LHU_2cot .csv"
|
22 |
+
sn=pd.read_csv(csv_file_path)
|
23 |
csv_file_path="Data_LHU_2cot.csv"
|
24 |
|
25 |
# Ghi dữ liệu ra file CSV
|