Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://
|
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:
|