This commit is contained in:
2022-05-27 20:23:03 +02:00
parent d7dda41fd8
commit 8dbaea5fa5

View File

@ -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")