Junaidb commited on
Commit
8db7a8a
·
verified ·
1 Parent(s): 3e0ec67

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -74,7 +74,7 @@ def APP():
74
 
75
 
76
 
77
- if st.session_state.projectname is not "":
78
  SHOWTABS()
79
 
80
  else:
 
74
 
75
 
76
 
77
+ if st.session_state.projectname != "":
78
  SHOWTABS()
79
 
80
  else: