Streamlit and pygwalker

Hi,

I ask myself if it would be feasible to implement the pygwalker library inside streamlit.
The only documentation I have found is the following:

Streamlit (Since version 0.1.4.9), enabled with pyg.walk(df, env=‘Streamlit’)

for jupyter and the voila component is quite simple and well documented.

import pandas as pd
import pygwalker as pyg

df = pd.read_excel(
/Destrucciones.xlsx’, sheet_name=‘Destruccion’)
gwalker = pyg.walk(df)

I have also implemented pivotable.js to streamlit adding different storage files.
but I also find this library easy and operational “pygwalker” to implement for people who do not have programming skills.