Whether user based screens possible in streamlit

Hi Team,

I am planning to design the dashboard screens where it should be accessible only by admin and some only by user

eg: in Ecommerce Application
Admin - See Admin Dashboard, Edit Order Status, Add Products
User - See User Dashboard, Order Status, Previous Orders

if anybody already did some work of this sort using streamlit, kindly help me with some code. I am beginner and new to streamlit.

Hi @sridharr , I have never written one myself but we do have a feature that was intended for this use:

With this feature, it should solve the user and privileges part. As for the dashboard with order status and previous orders, you could use multipage apps and I would suggest starting from there.

If you have any questions, please feel free to send them my way.

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