Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.")
|