Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
acaefb4
1 Parent(s): aee56b8

Agrid reload fix

Browse files
Files changed (1) hide show
  1. appStore/sdg_analysis.py +1 -1
appStore/sdg_analysis.py CHANGED
@@ -148,7 +148,7 @@ def app():
148
  st.markdown("##### Top few SDG Classified paragraph/text results #####")
149
  # c7, c8, c9 = st.columns([1, 10, 1])
150
  # with c8:
151
- AgGrid(df)
152
  else:
153
  st.info("🤔 No document found, please try to upload it at the sidebar!")
154
  logging.warning("Terminated as no document provided")
 
148
  st.markdown("##### Top few SDG Classified paragraph/text results #####")
149
  # c7, c8, c9 = st.columns([1, 10, 1])
150
  # with c8:
151
+ AgGrid(df, reload_data = False, update_mode="value_changed")
152
  else:
153
  st.info("🤔 No document found, please try to upload it at the sidebar!")
154
  logging.warning("Terminated as no document provided")