prashant
commited on
Commit
•
acaefb4
1
Parent(s):
aee56b8
Agrid reload fix
Browse files- 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")
|