Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ y.configure(sln=1)
|
|
11 |
# --- Constants ---
|
12 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
13 |
|
|
|
14 |
y(DEFAULT_API_URL)
|
15 |
y(os.getenv("SPACE_ID"))
|
16 |
|
|
|
11 |
# --- Constants ---
|
12 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
13 |
|
14 |
+
y(os.environ)
|
15 |
y(DEFAULT_API_URL)
|
16 |
y(os.getenv("SPACE_ID"))
|
17 |
|