Junaidb commited on
Commit
87705bc
·
verified ·
1 Parent(s): ea91c1b

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -0
ui.py CHANGED
@@ -105,6 +105,7 @@ def APP():
105
  payload={
106
  "uid":st.user.email ,
107
  "pid":project_name,
 
108
  "high_level_bio_query":bio_input
109
  }
110
 
 
105
  payload={
106
  "uid":st.user.email ,
107
  "pid":project_name,
108
+ "target":target,
109
  "high_level_bio_query":bio_input
110
  }
111