Junaidb commited on
Commit
c721e0e
·
verified ·
1 Parent(s): 252c545

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +6 -2
ui.py CHANGED
@@ -74,9 +74,13 @@ def APP():
74
 
75
  project_name=None
76
  target=None
 
77
 
78
-
79
- if st.session_state.projectname
 
 
 
80
 
81
  bio_input = st.text_area(
82
  "Protein Engineering Query",
 
74
 
75
  project_name=None
76
  target=None
77
+
78
 
79
+ if st.session_state.projectname and st.session_state.projectname == "":
80
+ with st.expander("set up the project before proceeding ."):
81
+ project_name=st.text_input("Provide project name > ")
82
+
83
+
84
 
85
  bio_input = st.text_area(
86
  "Protein Engineering Query",