Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ st.set_page_config(
|
|
25 |
|
26 |
st.title("💬 GPT-4o Chat")
|
27 |
with st.expander("Notice"):
|
28 |
-
st.
|
29 |
Please note that this app collects your conversation records.
|
30 |
Do not input any personal or sensitive information, such as:
|
31 |
- National identification numbers
|
@@ -35,7 +35,9 @@ with st.expander("Notice"):
|
|
35 |
- Any other data that can be used to identify you
|
36 |
|
37 |
Use this app cautiously and avoid sharing sensitive data.
|
38 |
-
Do not use this app in inappropriate contexts.
|
|
|
|
|
39 |
''')
|
40 |
|
41 |
client = AzureOpenAI(
|
|
|
25 |
|
26 |
st.title("💬 GPT-4o Chat")
|
27 |
with st.expander("Notice"):
|
28 |
+
st.markdown('''
|
29 |
Please note that this app collects your conversation records.
|
30 |
Do not input any personal or sensitive information, such as:
|
31 |
- National identification numbers
|
|
|
35 |
- Any other data that can be used to identify you
|
36 |
|
37 |
Use this app cautiously and avoid sharing sensitive data.
|
38 |
+
Do not use this app in inappropriate contexts.
|
39 |
+
|
40 |
+
**By using this app, you agree to these terms and conditions and consent to having your conversations used for training language models.**
|
41 |
''')
|
42 |
|
43 |
client = AzureOpenAI(
|