rwitz commited on
Commit
7cfabc9
·
1 Parent(s): 65b4ef2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -10,7 +10,6 @@ with open('chatbot_urls.json', 'r') as file:
10
  chatbots = json.load(file)
11
 
12
  # Thread-local storage for user-specific data
13
- user_data = threading.local()
14
 
15
  # Initialize or get user-specific ELO ratings
16
  def get_user_elo_ratings(state):
 
10
  chatbots = json.load(file)
11
 
12
  # Thread-local storage for user-specific data
 
13
 
14
  # Initialize or get user-specific ELO ratings
15
  def get_user_elo_ratings(state):