CVAgentArena / test.py
Peiran
更新app.py,删除metadata.csv,添加test.py
e2b9c18
raw
history blame contribute delete
52 Bytes
import uuid
rec_id = uuid.uuid4().hex
print(rec_id)