Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -466,7 +466,7 @@ with st.sidebar:
|
|
| 466 |
st.error(f"❌ {error_display}")
|
| 467 |
else:
|
| 468 |
st.error("Please enter your access token")
|
| 469 |
-
st.info("💡 **Privacy Note:** Your token is
|
| 470 |
st.stop()
|
| 471 |
else:
|
| 472 |
# User is authenticated - lock to their username
|
|
|
|
| 466 |
st.error(f"❌ {error_display}")
|
| 467 |
else:
|
| 468 |
st.error("Please enter your access token")
|
| 469 |
+
st.info("💡 **Privacy Note:** Your token is used only for authentication. It is not stored or shared anywhere.")
|
| 470 |
st.stop()
|
| 471 |
else:
|
| 472 |
# User is authenticated - lock to their username
|