350016z commited on
Commit
af8c10d
·
verified ·
1 Parent(s): 9569203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ data = pd.read_csv(data_path, dtype={"id": "Int64"}) # 確保 id 為標準 Pytho
70
  current_index = 0
71
  current_errors = []
72
 
73
- annotations_file = DATASET_DIR / f"test-{uuid4()}.json"
74
  # ---------------------------------------------------------------------------------------------------------------------
75
 
76
  def get_all_ids():
 
70
  current_index = 0
71
  current_errors = []
72
 
73
+ annotations_file = DATASET_DIR / f"test_annotations-{uuid4()}.json"
74
  # ---------------------------------------------------------------------------------------------------------------------
75
 
76
  def get_all_ids():