Update app.py
Browse files
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 |
|