Skip to content

Commit

Permalink
Add gif for home
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmu92 committed Oct 7, 2024
1 parent 2c653b0 commit 728d3f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
Cicada Financial Scape is a powerful and intuitive financial management tool designed to help you track, analyze, and visualize your personal finances. Built with Python and Streamlit, this application offers a seamless experience for managing your assets, income, expenses, and overall financial health.
- Preview: https://cicadafinscape-sample.streamlit.app/

![](./img/cicada-home.gif)

## ✨ Features

- 📊 **Asset Management**: Easily track and categorize your assets across multiple accounts.
Expand Down
Binary file added img/cicada-home.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/4_Income_and_Expense.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

date = fu.get_date(year, month)

tran_df = context.query_tran(date)
tran_df = context.query_tran(date).copy()
enable_edit = st.toggle("Edit", False, key="income_and_expense_toggle")
if enable_edit:
col_configs = {k: st.column_config.TextColumn(k, disabled=False) for k in tran_df.columns}
Expand Down

0 comments on commit 728d3f5

Please sign in to comment.