Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def pick_random_image_for_user(users, images):
|
|
103 |
##########################################################################################################
|
104 |
# Define each page as a separate function
|
105 |
def create_interface(users):
|
106 |
-
|
107 |
plot_time_limit = 130
|
108 |
# plot_time_limit = 10
|
109 |
dialogue_time_limit = 300
|
|
|
103 |
##########################################################################################################
|
104 |
# Define each page as a separate function
|
105 |
def create_interface(users):
|
106 |
+
max_num_submissions = 5
|
107 |
plot_time_limit = 130
|
108 |
# plot_time_limit = 10
|
109 |
dialogue_time_limit = 300
|