We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60487a1 commit 38216a1Copy full SHA for 38216a1
pages/Brain_Entry.py
@@ -124,7 +124,7 @@ def write_entry(date, content):
124
entries = get_journal_entries()
125
126
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"))
+ selected_entry_date = st.selectbox("Select an entry to view:", entries, format_func=lambda x: x.strftime("%m-%d-%Y %A"))
128
129
if st.button("Load Entry"):
130
entry_text = read_entry(selected_entry_date)
0 commit comments