merve HF Staff commited on
Commit
1dac32a
Β·
1 Parent(s): 80a28f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ gr.Interface(
68
  allow_flagging="manual",
69
  flagging_callback=ArgillaLogger(
70
  api_url="https://sandbox.argilla.io",
71
- api_key=os.getenv("TEAM_API_KEY"),
72
  dataset_name="alpaca-flags"
73
  ),
74
  inputs=["text"],
 
68
  allow_flagging="manual",
69
  flagging_callback=ArgillaLogger(
70
  api_url="https://sandbox.argilla.io",
71
+ api_key=os.getenv("API_KEY"),
72
  dataset_name="alpaca-flags"
73
  ),
74
  inputs=["text"],