From 80adf73c48dcb30f4d92c6858c9ca9ec7214c85e Mon Sep 17 00:00:00 2001 From: sean1832 Date: Sun, 19 Feb 2023 02:57:54 +1100 Subject: [PATCH] chore: remove warning for not support language other than english banner --- Seanium_Brain.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Seanium_Brain.py b/Seanium_Brain.py index c275871..af6bfe4 100644 --- a/Seanium_Brain.py +++ b/Seanium_Brain.py @@ -160,13 +160,10 @@ with st.sidebar: with header: st.title(_('🧠GPT-Brain')) st.text(_('This is my personal AI powered brain feeding my own Obsidian notes. Ask anything.')) - isEnglish = st.session_state['SESSION_LANGUAGE'] == 'en_US' message(_("This is a beta version. Please [🪲report bugs](") + util.read_json_at(MANIFEST, 'bugs') + _( ") if you find any.")) - message(_('This version does not allow for inquiries in languages other than English.'), condition=not isEnglish) - def execute_brain(q): # log question