Skip to content

Commit

Permalink
fix (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
walnutdust authored Oct 20, 2023
1 parent ffaf28e commit 4600159
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions trulens_eval/trulens_eval/pages/Apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,6 @@ def run_record(col):
# Update ChatRecord.
current_record.computer = comp_response

# Draw/update record row with the computer response and selector values that
# are based on the Record.
with col:
draw_rec(
record_idx=last_record_index, rec=current_record, skip_human=True
)

# Doing this after draw_rec so that the computer output can show up before
# we start rendering selected values.
current_record.record_json = record.dict()
Expand Down

0 comments on commit 4600159

Please sign in to comment.