Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
| 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)
|