Junaidb commited on
Commit
578d18f
·
verified ·
1 Parent(s): b48dae8

Update pages/biolab.py

Browse files
Files changed (1) hide show
  1. pages/biolab.py +1 -1
pages/biolab.py CHANGED
@@ -107,7 +107,7 @@ def APP():
107
 
108
 
109
 
110
- if project_name is not "":
111
  SHOW_TABS()
112
 
113
  else:
 
107
 
108
 
109
 
110
+ if st.session_state.projectname is not "":
111
  SHOW_TABS()
112
 
113
  else: