Junaidb commited on
Commit
5e71605
·
verified ·
1 Parent(s): 3216c50

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -132,7 +132,7 @@ def APP():
132
  if force_refresh and 'ops_cache' in st.session_state:
133
  del st.session_state.ops_cache
134
 
135
- fetch_url=f"/{st.user.email}/{st.session_state.projectname}/individual/experiment"
136
 
137
  response = requests.get(
138
  fetch_url,
 
132
  if force_refresh and 'ops_cache' in st.session_state:
133
  del st.session_state.ops_cache
134
 
135
+ fetch_url=f"https://thexforce-combat-backend.hf.space/{st.user.email}/{st.session_state.projectname}/individual/experiment"
136
 
137
  response = requests.get(
138
  fetch_url,