Spaces:
Running
Running
raymondEDS
commited on
Commit
·
c43b327
1
Parent(s):
f3d711b
ruixi
Browse files- 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 == "
|
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**
|