jatinror commited on
Commit
0105865
·
verified ·
1 Parent(s): 9c6002f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ BASE_URL = "https://agents-course-unit4-scoring.hf.space"
14
  HF_USERNAME = "jatinror" # replace with your HF username if different
15
 
16
  # Your Space ID
17
- SPACE_ID = "jatinror/Final_Assignment_Template"
18
  AGENT_CODE_URL = f"https://huggingface.co/spaces/{SPACE_ID}/tree/main"
19
 
20
  print("Using SPACE_ID:", SPACE_ID)
 
14
  HF_USERNAME = "jatinror" # replace with your HF username if different
15
 
16
  # Your Space ID
17
+ SPACE_ID = "jatinror/Final_Assignment"
18
  AGENT_CODE_URL = f"https://huggingface.co/spaces/{SPACE_ID}/tree/main"
19
 
20
  print("Using SPACE_ID:", SPACE_ID)