Skip to content

Commit

Permalink
Message to transition to librechat
Browse files Browse the repository at this point in the history
  • Loading branch information
Odrec committed Aug 27, 2024
1 parent c9ab5b9 commit f295bd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions start.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ def prepare_streamlit_links_to_legal_pages(link):
##### General legal information can be found in the <a href="{datenschutz_page}" target="_self">Privacy Policy</a> and <a href="{impressum_page}" target="_self">Legal Notice</a>.
##### **Login on the sidebar** to enter the chat area.
##### Please note: kiwi will be undergoing a rebuild shortly. In this <a href="https://digitale-lehre.uni-osnabrueck.de/2024/08/26/kiwi-wird-umgebaut/" target="_self">blog article</a> you will find an overview of the most important changes.
"""
else:

Expand All @@ -137,6 +139,8 @@ def prepare_streamlit_links_to_legal_pages(link):
##### General legal information can be found in the [Privacy Policy]({DATENSCHUTZ}) and [Legal Notice]({IMPRESSUM}).
##### **Login on the sidebar** to enter the chat area.
##### Please note: kiwi will be undergoing a rebuild shortly. In this <a href="https://digitale-lehre.uni-osnabrueck.de/2024/08/26/kiwi-wird-umgebaut/" target="_self">blog article</a> you will find an overview of the most important changes.
"""
).format(APP_NAME=APP_NAME, DATENSCHUTZ=datenschutz_link, IMPRESSUM=impressum_link,
INSTITUTION=institution_name)
Expand All @@ -162,6 +166,8 @@ def prepare_streamlit_links_to_legal_pages(link):
##### Mehr zu den rechtlichen Hintergründen erfahren Sie in den <a href="{datenschutz_page}" target="_self">Datenschutzhinweisen</a> und im <a href="{impressum_page}" target="_self">Impressum</a>.
##### Um den Chat-Bereich zu betreten, **melden Sie sich in der Seitenleiste an**.
##### Bitte beachten Sie: kiwi wird in Kürze umgebaut. In diesem <a href="https://digitale-lehre.uni-osnabrueck.de/2024/08/26/kiwi-wird-umgebaut/" target="_self">Blogartikel</a> finden Sie einen Überblick über die wichtigsten Neuerungen.
"""
else:
md_msg = ("""
Expand All @@ -174,6 +180,8 @@ def prepare_streamlit_links_to_legal_pages(link):
##### Mehr zu den rechtlichen Hintergründen erfahren Sie in den [Datenschutzhinweisen]({DATENSCHUTZ}) und im [Impressum]({IMPRESSUM}).
##### Um den Chat-Bereich zu betreten, **melden Sie sich in der Seitenleiste an**.
##### Bitte beachten Sie: kiwi wird in Kürze umgebaut. In diesem <a href="https://digitale-lehre.uni-osnabrueck.de/2024/08/26/kiwi-wird-umgebaut/" target="_self">Blogartikel</a> finden Sie einen Überblick über die wichtigsten Neuerungen.
"""
).format(APP_NAME=APP_NAME, DATENSCHUTZ=datenschutz_link, IMPRESSUM=impressum_link,
INSTITUTION=institution_name)
Expand Down

0 comments on commit f295bd5

Please sign in to comment.