Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table not displaying upon browser refresh #257

Open
ameen7626 opened this issue Mar 30, 2024 · 0 comments
Open

Table not displaying upon browser refresh #257

ameen7626 opened this issue Mar 30, 2024 · 0 comments

Comments

@ameen7626
Copy link

ameen7626 commented Mar 30, 2024

I attempted to use a sample code, but I'm encountering an odd behavior. Whenever I refresh the browser, the table display disappears. the code_snippet i have used is same as that of in the readme

import pandas as pd
import streamlit as st
from st_aggrid import AgGrid

df = pd.read_csv(
    "https://raw.githubusercontent.com/fivethirtyeight/data/master/airline-safety/airline-safety.csv"
)

AgGrid(df)

Additionally, each time I refresh the browser, my terminal prints True even though I haven't included any print statement in my code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant