Skip to content

Commit

Permalink
a hello unit test in helper
Browse files Browse the repository at this point in the history
  • Loading branch information
samthakur587 committed May 10, 2024
1 parent 75549d4 commit 4d360b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,6 @@ def init_session(mode: str = "keys") -> None:
json_data = st.session_state.leaderboard
data = {model: 0 for model in json_data.index}
st.session_state["vote_counts"] = json_data

def hello():
return "Hello, World!"

0 comments on commit 4d360b8

Please sign in to comment.