Tristan Thrush commited on
Commit
a4b2b7a
1 Parent(s): 029862d

bugfix with pushing to dataset

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -120,6 +120,7 @@ with demo:
120
  };
121
  document.body.appendChild(form);
122
  form.submit();
 
123
  }
124
  """
125
 
 
120
  };
121
  document.body.appendChild(form);
122
  form.submit();
123
+ return [state];
124
  }
125
  """
126