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