Junaidb commited on
Commit
cb68362
·
verified ·
1 Parent(s): 0179efc

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +6 -6
ui.py CHANGED
@@ -62,13 +62,13 @@ def APP():
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
 
 
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