Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -62,13 +62,13 @@ def APP():
|
|
62 |
)
|
63 |
#match selection:
|
64 |
if selection == 0:
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
|
71 |
-
|
72 |
|
73 |
#project_name=None
|
74 |
|
|
|
62 |
)
|
63 |
#match selection:
|
64 |
if selection == 0:
|
65 |
+
st.markdown("<p style='color:white;background-color:orange;font-weight:bold'> Nanobody [CANCER targeted]</p>",unsafe_allow_html=True)
|
66 |
+
#with st.expander("info"):
|
67 |
+
#st.info("This Interface lets u specify a high level biological query (Protein Engineering Query) and execute the pipeline for the end product i.e Engineered Nanobody",icon=":material/info:")
|
68 |
+
projects=[]
|
69 |
+
projectname=None
|
70 |
|
71 |
+
#with st.form("bio",border=False):
|
72 |
|
73 |
#project_name=None
|
74 |
|