Have been working on displaying rows in a streamlit page, each row containing the path of a video.
There are many videos in the folder, but only 5 are showing.
Is there a limitation as to the number of rows that can be displayed on the streamlit page?
Also, how to make the rows clickable (using aggrid) such that after clicking on the specific video path in the row, it plays under it?
- Streamlit version: (1.25)
- Python version: (3.8)
- Using venv
- OS version: Ubuntu
- Browser version: Firefox