merve HF staff commited on
Commit
e27615c
·
1 Parent(s): b17cc4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ class ArgillaLogger(FlaggingCallback):
66
  ) -> int:
67
  text = flag_data[0]
68
  inference = flag_data[1]
69
- rg.log(name=self.dataset_name, records=create_record(text), flag_option)
70
 
71
 
72
 
 
66
  ) -> int:
67
  text = flag_data[0]
68
  inference = flag_data[1]
69
+ rg.log(name=self.dataset_name, records=create_record(text, flag_option))
70
 
71
 
72