444B / streamlit-analytics2

👀 Track & visualize user interactions with your streamlit app
MIT License
14 stars 2 forks source link

Dev/54 separate wrappers into different files #58

Closed 444B closed 3 months ago

444B commented 3 months ago

Pull Request Template

TL;DR

Provide a brief summary of the changes made.

Full Changes Made

List the changes in bullet points.

Problem Solved

  1. Describe the root problem that your changes address.
  2. Please mention the issue number if relevant and whether it fixes the issue
    • main.py has a mixture of application state and functions for wrappers. Over time, we want to separate the files into individual scope and function
    • fixes #54

Manual Testing

Replace the [ ] with a [X] if True.

How was this tested? Describe whiche tests were ran to verify your changes.

Additional Notes

Include any additional information that might be relevant for reviewers.