Junaidb commited on
Commit
b708f46
·
verified ·
1 Parent(s): 5af8fe2

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -187,7 +187,7 @@ def APP():
187
  st.markdown(":orange-badge[⚠️ Set Projectname]")
188
  else:
189
  identified_target = Target_Identification(bio_input)
190
- st.warning(f"TARGET IDENTIFIED IS : {identified_target}")
191
 
192
  payload = {
193
  "uid": st.user.email,
 
187
  st.markdown(":orange-badge[⚠️ Set Projectname]")
188
  else:
189
  identified_target = Target_Identification(bio_input)
190
+ #st.warning(f"TARGET IDENTIFIED IS : {identified_target}")
191
 
192
  payload = {
193
  "uid": st.user.email,