Update pages/4_Edit_Questions.py
Browse files
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()
|