Junaidb commited on
Commit
02107f0
·
verified ·
1 Parent(s): 3517598

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +2 -2
ui.py CHANGED
@@ -77,7 +77,7 @@ def APP():
77
  selection_mode="single",
78
  )
79
  #match selection:
80
- if selection == 0:
81
  st.markdown("<p style='color:white;background-color:orange'> Nanobody [CANCER targeted]</p>",unsafe_allow_html=True)
82
  with st.form("bio",border=False):
83
 
@@ -131,7 +131,7 @@ def APP():
131
  st.error("Please fill in both username and project name before submitting")
132
 
133
 
134
- if selection == 1:
135
  st.markdown("<p style='color:white;background-color:orange'>Vaccine [Supported] </p>",unsafe_allow_html=True)
136
  st.code("coming soon")
137
 
 
77
  selection_mode="single",
78
  )
79
  #match selection:
80
+ if selection == 0:
81
  st.markdown("<p style='color:white;background-color:orange'> Nanobody [CANCER targeted]</p>",unsafe_allow_html=True)
82
  with st.form("bio",border=False):
83
 
 
131
  st.error("Please fill in both username and project name before submitting")
132
 
133
 
134
+ if selection == 1:
135
  st.markdown("<p style='color:white;background-color:orange'>Vaccine [Supported] </p>",unsafe_allow_html=True)
136
  st.code("coming soon")
137