Streamlit Multi-Page web app + st-paywall. Would it work?

Can anyone tell me if the Streamlit Multi-Page web app works with st-paywall?

If so, do I need to create a โ€œpagesโ€ folder with specific tabs in it and import into each? :

import streamlit as st
from st_paywall import add_auth

Thank you in advance for your reply.

Yes, it should work fine. You can add as many pages as you want into a pages/ folder. Probably you would need to run add_auth on every page of the app.

2 Likes

Thank you, buddy! I appreciate your answer a lot.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.