Junaidb commited on
Commit
d620477
·
verified ·
1 Parent(s): c6b95e4

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +2 -5
ui.py CHANGED
@@ -59,11 +59,8 @@ def APP():
59
  #match selection:
60
  if selection == 0:
61
  st.markdown("<p style='color:white;background-color:orange;font-weight:bold'> Nanobody [CANCER targeted]</p>",unsafe_allow_html=True)
62
- with st.expander("info"):
63
- 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:")
64
-
65
-
66
-
67
 
68
  with st.form("bio",border=False):
69
 
 
59
  #match selection:
60
  if selection == 0:
61
  st.markdown("<p style='color:white;background-color:orange;font-weight:bold'> Nanobody [CANCER targeted]</p>",unsafe_allow_html=True)
62
+ #with st.expander("info"):
63
+ #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:")
 
 
 
64
 
65
  with st.form("bio",border=False):
66