raymondEDS commited on
Commit
c43b327
·
1 Parent(s): f3d711b
Files changed (1) hide show
  1. app/pages/week_1.py +1 -1
app/pages/week_1.py CHANGED
@@ -101,7 +101,7 @@ def show():
101
  # Section 3: Homework
102
  username = st.session_state.get("username", "Student")
103
  st.header(f"{username}'s Weekly Assignment")
104
- if username == "manxiii":
105
  st.markdown(f"""
106
  Hello **{username}**, here is your Assignment 2: Research Basics.
107
  1. **Article Analysis**
 
101
  # Section 3: Homework
102
  username = st.session_state.get("username", "Student")
103
  st.header(f"{username}'s Weekly Assignment")
104
+ if username == "ruixi":
105
  st.markdown(f"""
106
  Hello **{username}**, here is your Assignment 2: Research Basics.
107
  1. **Article Analysis**