till-teb / expenses-management-tool

Management tool to analyse, visualize and forecast expenses.
MIT License
2 stars 3 forks source link

Streamlit update #31

Closed adhamarif closed 1 year ago

adhamarif commented 1 year ago

Now the input function can be used perfectly and we can view our dataset in the dashboard. Continuation from #29

Other feature still in progress.

@till-teb I managed to change only a bit of your code in user_input.py so that it can be use with the streamlit.

streamlit_function.py is for the functions in streamlit, so that the code in main_page.py didnt look too messy.