Junaidb commited on
Commit
56db486
·
verified ·
1 Parent(s): c8162aa

Update pages/biolab.py

Browse files
Files changed (1) hide show
  1. pages/biolab.py +1 -1
pages/biolab.py CHANGED
@@ -34,7 +34,7 @@ if st.session_state.registered:
34
 
35
  if st.session_state.logged_in:
36
  APP()
37
- else
38
  LOGIN()
39
 
40
 
 
34
 
35
  if st.session_state.logged_in:
36
  APP()
37
+ else:
38
  LOGIN()
39
 
40