kcarnold commited on
Commit
b9bb50f
β€’
1 Parent(s): 2f6f97b

Add note about data privacy in Home.py

Browse files
Files changed (1) hide show
  1. Home.py +1 -0
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.")