Junaidb commited on
Commit
6c1fb84
·
verified ·
1 Parent(s): 52ecac8

Update ui.py

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