Spaces:
Sleeping
Sleeping
Update ui.py
Browse files
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,
|