Junaidb commited on
Commit
ea91c1b
·
verified ·
1 Parent(s): 6e5ebdb

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -2
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}"