Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -74,9 +74,13 @@ def APP():
|
|
74 |
|
75 |
project_name=None
|
76 |
target=None
|
|
|
77 |
|
78 |
-
|
79 |
-
|
|
|
|
|
|
|
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",
|