Spaces:
Runtime error
Runtime error
ZennyKenny
commited on
Commit
β’
5b7ef95
1
Parent(s):
42da81b
remove errored variable
Browse files
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
|