How to display a picture inside the frame

Summary

How can I display a picture in a Frame instead of just the filename of the picture?

Steps to reproduce

Code snippet:
df = pd.DataFrame(
[
{ā€œImageā€: ā€œimage/image1.jpgā€, ā€œratingā€: 4, ā€œis_widgetā€: True},
{ā€œImageā€: ā€œimage/image2.jpgā€, ā€œratingā€: 5, ā€œis_widgetā€: False},
{ā€œImageā€: ā€œimage/image3.jpgā€, ā€œratingā€: 3, ā€œis_widgetā€: True},
]
)

Debug info

  • Streamlit version: 1.19.0
  • Python version: 3.8.10
  • Using PipEnv
  • OS version:Win10
  • Browser version:Edge 110.0.1587.63

Images in the cell is not supported yet.

You can try streamlit-aggrid.