Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|