merterm commited on
Commit
1813de4
·
verified ·
1 Parent(s): b002179

Update app.py

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