add service description

This commit is contained in:
deng
2026-05-25 14:45:21 +08:00
parent 9cc8ecd01a
commit 25cea40cc6
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ class TranslatorApp:
page_icon=self._config['app']['page_favicon_path'],
)
st.title(body=self._config['app']['page_title'])
st.markdown(self._config['app']['description'])
direction = st.radio(
label='語言',

View File

@ -1,5 +1,6 @@
[app]
page_title = "橫渡語言的黑水溝"
description = "🔐 隱私優先您輸入的內容不會被蒐集、儲存或用於任何AI訓練用途。"
page_favicon_path = "./assets/favicon.png"
llm_mode = "openai"