BoddyGus commited on
Commit
1417c38
·
verified ·
1 Parent(s): ec1e342

Updating app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
22
  # --- Basic Agent Definition ---
23
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
24
 
25
- HUGGINGFACEHUB_API_TOKEN=os.getenv("HUGGINGFACEHUB_API_TOKEN")
26
  class BasicAgent:
27
  def __init__(self):
28
  print("BasicAgent initialized.")
 
22
  # --- Basic Agent Definition ---
23
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
24
 
25
+ HUGGINGFACEHUB_API_TOKEN=os.environ.get("HUGGINGFACEHUB_API_TOKEN")
26
  class BasicAgent:
27
  def __init__(self):
28
  print("BasicAgent initialized.")