Spaces:
Running
Running
Update pages/biolab.py
Browse files- pages/biolab.py +1 -1
pages/biolab.py
CHANGED
@@ -114,7 +114,7 @@ def APP():
|
|
114 |
|
115 |
|
116 |
if st.session_state.projectname is not "":
|
117 |
-
|
118 |
|
119 |
else:
|
120 |
SHOW_PROJECT_NAME()
|
|
|
114 |
|
115 |
|
116 |
if st.session_state.projectname is not "":
|
117 |
+
SHOWTABS()
|
118 |
|
119 |
else:
|
120 |
SHOW_PROJECT_NAME()
|