Spaces:
Runtime error
Runtime error
Commit
·
b80622d
1
Parent(s):
fd7311e
Update app.py
Browse files
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
|
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 |
|