Streamlit Captcha integration?

Is any streamlit component to add a captcha ?

For example, I’m using from streamlit_authenticator import Authenticate for authentication.

If not, can I use just regular Python to accomplish that?

Hey @Klaudioz,

I’m not aware of an existing Captcha component. It looks like you might be able to add a Captcha with the captcha library, although I haven’t tested it with Streamlit.