zhiminy commited on
Commit
946d041
·
1 Parent(s): 264fef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -358,8 +358,6 @@ def load_content_from_hf(repo_name="SE-Arena/votes"):
358
  )
359
  with open(local_path, "r") as f:
360
  data = json.load(f)
361
- # Add the timestamp to the data
362
- data["timestamp"] = file.split("/")[-1].split(".")[0]
363
  feedback_data.append(data)
364
  return feedback_data
365
 
 
358
  )
359
  with open(local_path, "r") as f:
360
  data = json.load(f)
 
 
361
  feedback_data.append(data)
362
  return feedback_data
363