My streamlit app did not update data from google sheet

Dear Sir, I have updated my Google Sheet, which now contains 1,000 records. However, my Streamlit application is only displaying the previous data of 100 rows and is not reflecting the updates for the remaining 900 rows. I am utilizing a DataFrame for this purpose. I would appreciate your assistance in resolving this issue.

Hello.
You need to provide more info about the code you have deployed.
I am assuming you are using gspread with pandas to capture the data. Gspread usually captures the entire data on the google sheet, so more info on the Cell References may be required.