Skip to content

Commit

Permalink
Update typewind.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh-hegde authored Apr 6, 2024
1 parent 5e8b79d commit 8976115
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typewind.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def streamlit_typing_speed_test():
st.session_state.start_time = 0
if 'end_time' not in st.session_state:
st.session_state.end_time = 0

if st.button('Start Typing '):
st.session_state.start_time = time.time()

Expand Down

0 comments on commit 8976115

Please sign in to comment.