Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
d3b1f31
1
Parent(s):
d248797
Temporary user profile
Browse files
app.py
CHANGED
@@ -68,6 +68,7 @@ for i in range(len(qIDs)):
|
|
68 |
temp = mode_options[:]
|
69 |
shuffle(temp)
|
70 |
modes.append(temp)
|
|
|
71 |
# This is the format for a user's file on HuggingFace
|
72 |
user_data = {
|
73 |
"user_id": id, # original in email format, which was passed here
|
|
|
68 |
temp = mode_options[:]
|
69 |
shuffle(temp)
|
70 |
modes.append(temp)
|
71 |
+
print(modes)
|
72 |
# This is the format for a user's file on HuggingFace
|
73 |
user_data = {
|
74 |
"user_id": id, # original in email format, which was passed here
|