From 6802ba915d769aca0db55e117c345f4280bf3f36 Mon Sep 17 00:00:00 2001 From: sean1832 Date: Thu, 23 Feb 2023 20:58:55 +1100 Subject: [PATCH] chore: default operation is set to "question" --- Seanium_Brain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Seanium_Brain.py b/Seanium_Brain.py index 0eb3640..019e733 100644 --- a/Seanium_Brain.py +++ b/Seanium_Brain.py @@ -37,7 +37,7 @@ with st.sidebar: operations = st.multiselect(_('Operations'), operation_options, default=util.read_json_at(INFO.BRAIN_MEMO, f'operations_{SESSION_LANG}', - operation_options[0]), + _('question')), help=_('Combinations of operations to perform.')) last_question_model = util.read_json_at(INFO.BRAIN_MEMO, 'question_model', INFO.MODELS_OPTIONS[0])