maitri01 commited on
Commit
795c804
·
verified ·
1 Parent(s): 6483b0b

Update task_template.py

Browse files
Files changed (1) hide show
  1. task_template.py +1 -1
task_template.py CHANGED
@@ -20,7 +20,7 @@ OUTPUT_CSV = Path("submission.csv")
20
 
21
  BASE_URL = "http://35.192.205.84:80"
22
  API_KEY = "YOUR_API_KEY_HERE"
23
- TASK_ID = "your-mia-task-id"
24
 
25
 
26
 
 
20
 
21
  BASE_URL = "http://35.192.205.84:80"
22
  API_KEY = "YOUR_API_KEY_HERE"
23
+ TASK_ID = "01-mia"
24
 
25
 
26