gursi26 commited on
Commit
bc64924
1 Parent(s): ae5a159

remove singleton

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)