Skip to content

Instantly share code, notes, and snippets.

View GustavoGLD's full-sized avatar
😜
Voltando à ativa

GustavoGLD GustavoGLD

😜
Voltando à ativa
View GitHub Profile
@GustavoGLD
GustavoGLD / main.py
Created February 7, 2023 18:59
streamlit-aggrid checkbox minimal example
from st_aggrid import AgGrid, GridUpdateMode
import pandas as pd
df = pd.DataFrame({"Numeros": list(range(250))})
gridOptions = {
# enable Master / Detail
"masterDetail": True,
"rowSelection": "multiple",
# the first Column is configured to use agGroupCellRenderer
@GustavoGLD
GustavoGLD / README.md
Created February 3, 2023 14:59
Achar no Youtube - Telegram Bot

image

image

image

image