Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Oct 19, 2023
1 parent 3ee4bc1 commit c4d7f32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified nbs/tutorials/_data/sample_data.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion nbs/tutorials/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def reject():
def accept():
update_status('Accepted')
current_row().child_run.output['content'] = input.llm_output()
invoke_later(1, go_next)
go_next()

@reactive.Effect
@reactive.event(input.back)
Expand Down

0 comments on commit c4d7f32

Please sign in to comment.