ratneshpasi03 commited on
Commit
7e0eeee
·
verified ·
1 Parent(s): beaa7a5

Update pages/4_Edit_Questions.py

Browse files
Files changed (1) hide show
  1. pages/4_Edit_Questions.py +0 -1
pages/4_Edit_Questions.py CHANGED
@@ -69,7 +69,6 @@ if selected_question:
69
  json.dump(updated_metadata, f, indent=4)
70
 
71
  st.success(f"✅ Question ID {selected_question_id} updated successfully!")
72
- commit_and_push_changes()
73
  st.info("Refresh to see the applied changes")
74
  if st.button("Refresh"):
75
  st.rerun()
 
69
  json.dump(updated_metadata, f, indent=4)
70
 
71
  st.success(f"✅ Question ID {selected_question_id} updated successfully!")
 
72
  st.info("Refresh to see the applied changes")
73
  if st.button("Refresh"):
74
  st.rerun()