JSenkCC commited on
Commit
c220c7d
·
verified ·
1 Parent(s): d1403b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ def workspace_page():
194
  def project_view_page():
195
  # Sidebar with logout and return buttons
196
  st.sidebar.title(f"Project: {st.session_state.current_project}")
197
- if st.sidebar.button("Log Out"):
198
  st.session_state.authenticated = False
199
  st.session_state.username = None
200
  st.session_state.page = "login"
 
194
  def project_view_page():
195
  # Sidebar with logout and return buttons
196
  st.sidebar.title(f"Project: {st.session_state.current_project}")
197
+ if st.sidebar.button("Log Out"):
198
  st.session_state.authenticated = False
199
  st.session_state.username = None
200
  st.session_state.page = "login"