JSenkCC commited on
Commit
df99691
·
verified ·
1 Parent(s): 77cb200

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def workspace_page():
99
  st.session_state.page = "login"
100
 
101
  # Main content area
102
- st.subheader(f"Welcome to your workspace, {st.session_state.username}!")
103
  st.write("This is your personal workspace. All your saved work will appear here.")
104
 
105
  if __name__ == "__main__":
 
99
  st.session_state.page = "login"
100
 
101
  # Main content area
102
+ st.subheader("Workspace")
103
  st.write("This is your personal workspace. All your saved work will appear here.")
104
 
105
  if __name__ == "__main__":