diff --git a/stand.py b/stand.py index 50c5530..a01587a 100644 --- a/stand.py +++ b/stand.py @@ -44,7 +44,7 @@ response = aggrid( new_df = response["data"] if not new_df.equals(df) and not changed: - restapi.data = df = new_df + restapi.data = new_df print(">>> end of streamlit run")