Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -105,12 +105,11 @@ def APP():
|
|
105 |
payload={
|
106 |
"uid":st.user.email ,
|
107 |
"pid":project_name,
|
108 |
-
"target":target,
|
109 |
"high_level_bio_query":bio_input
|
110 |
}
|
111 |
|
112 |
|
113 |
-
response=requests.post("https://thexforce-combat-backend.hf.space/",json=payload,headers={
|
114 |
|
115 |
"Content-Type":"application/json",
|
116 |
"Authorization":f"Bearer {tok}"
|
|
|
105 |
payload={
|
106 |
"uid":st.user.email ,
|
107 |
"pid":project_name,
|
|
|
108 |
"high_level_bio_query":bio_input
|
109 |
}
|
110 |
|
111 |
|
112 |
+
response=requests.post("https://thexforce-combat-backend.hf.space/application_layer_agent",json=payload,headers={
|
113 |
|
114 |
"Content-Type":"application/json",
|
115 |
"Authorization":f"Bearer {tok}"
|