Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -62,6 +62,8 @@ def APP():
|
|
62 |
#match selection:
|
63 |
if selection == 0:
|
64 |
st.markdown("<p style='color:white;background-color:orange;font-weight:bold'> Nanobody [CANCER targeted]</p>",unsafe_allow_html=True)
|
|
|
|
|
65 |
with st.form("bio",border=False):
|
66 |
|
67 |
uid=None
|
@@ -116,6 +118,7 @@ def APP():
|
|
116 |
|
117 |
if selection == 1:
|
118 |
st.markdown("<p style='color:white;background-color:orange;font-weight:bold'>Vaccine [Supported] </p>",unsafe_allow_html=True)
|
|
|
119 |
st.code("coming soon")
|
120 |
|
121 |
if selection ==2:
|
|
|
62 |
#match selection:
|
63 |
if selection == 0:
|
64 |
st.markdown("<p style='color:white;background-color:orange;font-weight:bold'> Nanobody [CANCER targeted]</p>",unsafe_allow_html=True)
|
65 |
+
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:")
|
66 |
+
|
67 |
with st.form("bio",border=False):
|
68 |
|
69 |
uid=None
|
|
|
118 |
|
119 |
if selection == 1:
|
120 |
st.markdown("<p style='color:white;background-color:orange;font-weight:bold'>Vaccine [Supported] </p>",unsafe_allow_html=True)
|
121 |
+
st.info("This Interface lets u specify a high level biological query and execute the pipeline for the end product i.e Vaccine",icon=":material/info:")
|
122 |
st.code("coming soon")
|
123 |
|
124 |
if selection ==2:
|