Spaces:
Sleeping
Sleeping
Update ui.py
Browse files
ui.py
CHANGED
|
@@ -168,7 +168,7 @@ def APP():
|
|
| 168 |
if force_refresh and 'ops_cache' in st.session_state:
|
| 169 |
del st.session_state.ops_cache
|
| 170 |
|
| 171 |
-
fetch_url=f"https://thexforce-combat-backend.hf.space/{appuser.get(
|
| 172 |
|
| 173 |
response = requests.get(
|
| 174 |
fetch_url,
|
|
|
|
| 168 |
if force_refresh and 'ops_cache' in st.session_state:
|
| 169 |
del st.session_state.ops_cache
|
| 170 |
|
| 171 |
+
fetch_url=f"https://thexforce-combat-backend.hf.space/{appuser.get('email')}/{st.session_state.projectname}/individual/experiment"
|
| 172 |
|
| 173 |
response = requests.get(
|
| 174 |
fetch_url,
|