You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good practice to separate out the computational "back-end logic" functions from the UI/web logic. This will clean up the app.py file, make testing much easier (since we can use the back-end functions outside of the app), as well as have the availability for a cli if ever desired.
The text was updated successfully, but these errors were encountered:
Good practice to separate out the computational "back-end logic" functions from the UI/web logic. This will clean up the app.py file, make testing much easier (since we can use the back-end functions outside of the app), as well as have the availability for a cli if ever desired.
The text was updated successfully, but these errors were encountered: