Skip to content

Commit

Permalink
updated file description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaludii authored May 4, 2023
1 parent 60487a1 commit 38216a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Brain_Entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def write_entry(date, content):
entries = get_journal_entries()

if entries:
selected_entry_date = st.selectbox("Select an entry to view or edit:", entries, format_func=lambda x: x.strftime("%m-%d-%Y %A"))
selected_entry_date = st.selectbox("Select an entry to view:", entries, format_func=lambda x: x.strftime("%m-%d-%Y %A"))

if st.button("Load Entry"):
entry_text = read_entry(selected_entry_date)
Expand Down

0 comments on commit 38216a1

Please sign in to comment.