chansung commited on
Commit
e749788
·
1 Parent(s): f6b8d26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -469,7 +469,7 @@ def share(title, editor, cover_art):
469
 
470
  dataset['train'] = dataset['train'].add_item({
471
  'title': title,
472
- 'story': story,
473
  'image': img_str
474
  })
475
 
 
469
 
470
  dataset['train'] = dataset['train'].add_item({
471
  'title': title,
472
+ 'story': editor,
473
  'image': img_str
474
  })
475