cleanup
This commit is contained in:
2
stand.py
2
stand.py
@ -44,7 +44,7 @@ response = aggrid(
|
|||||||
|
|
||||||
new_df = response["data"]
|
new_df = response["data"]
|
||||||
if not new_df.equals(df) and not changed:
|
if not new_df.equals(df) and not changed:
|
||||||
restapi.data = df = new_df
|
restapi.data = new_df
|
||||||
|
|
||||||
|
|
||||||
print(">>> end of streamlit run")
|
print(">>> end of streamlit run")
|
||||||
|
Reference in New Issue
Block a user