raymondEDS commited on
Commit
ac018fd
·
1 Parent(s): 3215313

fixing indents

Browse files
Files changed (1) hide show
  1. app/pages/week_2.py +10 -11
app/pages/week_2.py CHANGED
@@ -214,15 +214,14 @@ def show():
214
 
215
  **Due Date:** End of Week 2
216
  """)
217
- '''
218
  # Assignment Submission
219
- st.subheader("Submit Your Assignment")
220
- with st.form("assignment_form"):
221
- script_file = st.file_uploader("Upload your Python script (.py)")
222
- comments = st.text_area("Additional comments or questions")
223
-
224
- if st.form_submit_button("Submit Assignment"):
225
- if script_file is not None:
226
- st.success("Assignment submitted successfully!")
227
- else:
228
- st.error("Please upload your Python script.")'''
 
214
 
215
  **Due Date:** End of Week 2
216
  """)
217
+
218
  # Assignment Submission
219
+ #st.subheader("Submit Your Assignment")
220
+ #with st.form("assignment_form"):
221
+ # script_file = st.file_uploader("Upload your Python script (.py)")
222
+ # comments = st.text_area("Additional comments or questions")
223
+ # if st.form_submit_button("Submit Assignment"):
224
+ # if script_file is not None:
225
+ # st.success("Assignment submitted successfully!")
226
+ # else:
227
+ # st.error("Please upload your Python script.")