diff --git a/medapp.py b/medapp.py index 7ea19d5..f1acf2d 100644 --- a/medapp.py +++ b/medapp.py @@ -231,8 +231,7 @@ def main(): collapsible=True) agraph(nodes=nodes, edges=edges, - config=config, - key="mindmap") # Add a unique key + config=config) # Add the feedback button at the end of the main tab st.markdown("---")