Update dynamic values based on slider output to a table

Hi saikrupa,

Perhaps this thread can help:

It is about filtering based on sliders, not changing table values, but the basic idea is the same.

Depending on your usecase, you may also need to look into session state (see e.g. Multi-page app with session state) for saving the changes you make to the table.

For the second part of your question, streamlit does have text boxes, but I do not know if they meet your needs, you will have to be slightly more specific about what you are envisioning. See API Reference - Streamlit Docs

Let me know if it helps or if you have further questions! :slight_smile:

2 Likes