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