Spaces:
Sleeping
Sleeping
Add note about data privacy in Home.py
Browse files
Home.py
CHANGED
@@ -7,3 +7,4 @@ st.markdown("Click one of the links below to see a prototype in action.")
|
|
7 |
st.page_link("pages/1_Rewrite.py", label="Rewrite with predictions", icon="π")
|
8 |
st.page_link("pages/2_Highlights.py", label="Highlight locations for possible edits", icon="ποΈ")
|
9 |
|
|
|
|
7 |
st.page_link("pages/1_Rewrite.py", label="Rewrite with predictions", icon="π")
|
8 |
st.page_link("pages/2_Highlights.py", label="Highlight locations for possible edits", icon="ποΈ")
|
9 |
|
10 |
+
st.markdown("*Note*: These services send data to a remote server for processing. The server logs requests. Don't use sensitive or identifiable information on this page.")
|