tdurzynski commited on
Commit
b5d02dd
·
verified ·
1 Parent(s): 372c6f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ st.markdown("### **Terms & Conditions**")
94
  st.write(
95
  "By uploading an image, you agree to transfer full copyright to the research team for AI training purposes."
96
  " You are responsible for ensuring you own the image and it does not violate any copyright laws."
97
- " We do not guarantee when tokens will be redeemable. Keep track of your user ID."")
98
  terms_accepted = st.checkbox("I agree to the terms and conditions", key="terms_accepted")
99
  if not terms_accepted:
100
  st.warning("⚠️ You must agree to the terms before proceeding.")
 
94
  st.write(
95
  "By uploading an image, you agree to transfer full copyright to the research team for AI training purposes."
96
  " You are responsible for ensuring you own the image and it does not violate any copyright laws."
97
+ " We do not guarantee when tokens will be redeemable. Keep track of your user ID.")
98
  terms_accepted = st.checkbox("I agree to the terms and conditions", key="terms_accepted")
99
  if not terms_accepted:
100
  st.warning("⚠️ You must agree to the terms before proceeding.")