ELVISIO commited on
Commit
fe87cec
·
verified ·
1 Parent(s): 68ba491

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import json
6
  def read_excel(file_path):
7
  df = pd.read_excel(file_path)
8
  # 提取第一列的数据
9
- first_column_data = df.iloc[:, 0].tolist()
10
  return first_column_data
11
 
12
  # 生成问卷调查界面
 
6
  def read_excel(file_path):
7
  df = pd.read_excel(file_path)
8
  # 提取第一列的数据
9
+ first_column_data = df.iloc[:, 6].tolist()
10
  return first_column_data
11
 
12
  # 生成问卷调查界面