Update crs_arena/arena.py
Browse files- crs_arena/arena.py +5 -5
crs_arena/arena.py
CHANGED
@@ -372,9 +372,9 @@ container_col3.button(
|
|
372 |
# Terms of service
|
373 |
st.header("Terms of Service")
|
374 |
st.write(
|
375 |
-
"By using this application, you agree to the following terms of service
|
376 |
-
"The service is a research platform.
|
377 |
-
"information in the chat. The service
|
378 |
-
" vote, which may be released under a
|
379 |
-
"or a similar license."
|
380 |
)
|
|
|
372 |
# Terms of service
|
373 |
st.header("Terms of Service")
|
374 |
st.write(
|
375 |
+
"By using this application, you agree to the following terms of service: \n"
|
376 |
+
"The service is a research platform. It may produce offensive content. "
|
377 |
+
"Please do not upload any private information in the chat. The service "
|
378 |
+
"collects the chat data and the user's vote, which may be released under a "
|
379 |
+
"Creative Commons Attribution (CC-BY) or a similar license."
|
380 |
)
|