Update pages/3_Add_Questions.py
Browse files- pages/3_Add_Questions.py +0 -1
pages/3_Add_Questions.py
CHANGED
@@ -65,7 +65,6 @@ if st.button("Save Question"):
|
|
65 |
f.write(json.dumps(new_entry, ensure_ascii=False) + "\n")
|
66 |
|
67 |
st.success(f"✅ Question saved successfully! (ID: {question_id})")
|
68 |
-
commit_and_push_changes()
|
69 |
st.info("refresh in-order to see the applied changes")
|
70 |
if st.button("refresh") :
|
71 |
st.rerun()
|
|
|
65 |
f.write(json.dumps(new_entry, ensure_ascii=False) + "\n")
|
66 |
|
67 |
st.success(f"✅ Question saved successfully! (ID: {question_id})")
|
|
|
68 |
st.info("refresh in-order to see the applied changes")
|
69 |
if st.button("refresh") :
|
70 |
st.rerun()
|