danishjameel003 commited on
Commit
b9e16dc
·
verified ·
1 Parent(s): 1f78d79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def notes_page():
98
  if len(st.session_state.completed_subjects) == len(subjects):
99
  st.session_state.grading_enabled = True
100
  st.sidebar.success("All subjects completed. You can now proceed to the Grading Tool.")
101
- st.markdown("[Proceed to Grading Tool](https://chatgpt.com/)")
102
 
103
  # Next subject button
104
  if st.session_state.current_subject_index < len(subjects) - 1:
 
98
  if len(st.session_state.completed_subjects) == len(subjects):
99
  st.session_state.grading_enabled = True
100
  st.sidebar.success("All subjects completed. You can now proceed to the Grading Tool.")
101
+ st.markdown("[Proceed to Grading Tool](https://thecssedge.com/wp-admin/admin.php?page=feedback-dashboard)")
102
 
103
  # Next subject button
104
  if st.session_state.current_subject_index < len(subjects) - 1: