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