-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main module is too large, refactor for easier readability #55
Conversation
- Move trends_list to constants module
- Refactor common functions to commons module
- Minor fix to type hint for select_bin_size return
- Minor comments in constants.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good and tested locally.
Note that streamlit does not easily support hot reload so updates to modules will not be reflected until you restart the streamlit server. There's a workaround with PYTHONPATH: https://docs.streamlit.io/en/stable/streamlit_faq.html#using-streamlit
Closes #53
Commit history: