Skip to content

Commit

Permalink
add label for yes/no question RLHF
Browse files Browse the repository at this point in the history
  • Loading branch information
rambip committed Jun 3, 2024
1 parent 001e266 commit 8764319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def bar_chart(labels, values, title):
render_spacing()

render_question(3)
pie_chart(data[10], "RLHF")
pie_chart(data[10], "RLHF", labels=["non", "oui"])
render_spacing()

render_question(4)
Expand Down

0 comments on commit 8764319

Please sign in to comment.