Spaces:
Sleeping
Sleeping
remove singleton
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ from client import CobotController
|
|
5 |
|
6 |
import uuid
|
7 |
|
8 |
-
@st.cache_resource
|
9 |
def create_cobot_client():
|
10 |
user_id = get_user_id()
|
11 |
user, passwd, host, endpoint, port = get_credentials(False)
|
|
|
5 |
|
6 |
import uuid
|
7 |
|
|
|
8 |
def create_cobot_client():
|
9 |
user_id = get_user_id()
|
10 |
user, passwd, host, endpoint, port = get_credentials(False)
|