gauri-nagavkar-memverge commited on
Commit
1f6c850
·
verified ·
1 Parent(s): bb8d7e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 stored only in this session and never shared.")
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