ZennyKenny commited on
Commit
5b7ef95
β€’
1 Parent(s): 42da81b

remove errored variable

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -295,8 +295,7 @@ def main() -> None:
295
  # Connect to the space with rg.init()
296
  rg.init(
297
  api_url=os.getenv("ARGILLA_API_URL"),
298
- api_key=os.getenv("ARGILLA_API_KEY"),
299
- workspace=os.getenv("ARGILLA_WORKSPACE")
300
  )
301
 
302
  # Fetch the data initially
 
295
  # Connect to the space with rg.init()
296
  rg.init(
297
  api_url=os.getenv("ARGILLA_API_URL"),
298
+ api_key=os.getenv("ARGILLA_API_KEY")
 
299
  )
300
 
301
  # Fetch the data initially