To upload files, please first save the app
import streamlit as st
import pandas as pd
from st_aggrid import AgGrid
# Load sample dataset
df = pd.read_json("https://www.ag-grid.com/example-assets/olympic-winners.json")
# Display the grid
grid_return = AgGrid(df)
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?