merve HF staff commited on
Commit
e6f3be0
β€’
1 Parent(s): aa8112b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ gr.Interface.load(
69
  allow_flagging="manual",
70
  flagging_callback=ArgillaLogger(
71
  api_url="https://merve-argilla.hf.space",
72
- api_key=os.getenv("API_KEY"),
73
  dataset_name="ner-flags"
74
  ),
75
  flagging_options=["Correct", "Incorrect", "Ambiguous"]
 
69
  allow_flagging="manual",
70
  flagging_callback=ArgillaLogger(
71
  api_url="https://merve-argilla.hf.space",
72
+ api_key=os.getenv("TEAM_API_KEY"),
73
  dataset_name="ner-flags"
74
  ),
75
  flagging_options=["Correct", "Incorrect", "Ambiguous"]