Skip to content

Commit 38216a1

Browse files
authored
updated file description
1 parent 60487a1 commit 38216a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Brain_Entry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def write_entry(date, content):
124124
entries = get_journal_entries()
125125

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

129129
if st.button("Load Entry"):
130130
entry_text = read_entry(selected_entry_date)

0 commit comments

Comments
 (0)