Kuaaangwen commited on
Commit
b80622d
·
1 Parent(s): fd7311e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ if sidebar_selectbox == "Bulk upload and mark":
76
  df = pd.read_csv(data_file)
77
 
78
  # Append new column to dataframe
79
- total_rows = df.count + 1
80
 
81
  similarity_scores = []
82
 
 
76
  df = pd.read_csv(data_file)
77
 
78
  # Append new column to dataframe
79
+ total_rows = df.count
80
 
81
  similarity_scores = []
82