Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -139,7 +139,7 @@ def APP():
|
|
139 |
|
140 |
with tab2:
|
141 |
st.markdown("### newMATTER Bio Lab Operations")
|
142 |
-
response=requests.get(f"https://thexforce-combat-backend.hf.space/user/operations/{st.session_state.get(
|
143 |
|
144 |
"Content-Type":"application/json",
|
145 |
"Authorization":f"Bearer {tok}"
|
|
|
139 |
|
140 |
with tab2:
|
141 |
st.markdown("### newMATTER Bio Lab Operations")
|
142 |
+
response=requests.get(f"https://thexforce-combat-backend.hf.space/user/operations/{st.session_state.get('username')}",headers={
|
143 |
|
144 |
"Content-Type":"application/json",
|
145 |
"Authorization":f"Bearer {tok}"
|