mikeee commited on
Commit
2a02f64
·
verified ·
1 Parent(s): 3d1fefb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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