elibrowne commited on
Commit
a73219f
·
1 Parent(s): f14dfb1

Forces email

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ with gr.Blocks(theme = theme) as user_eval:
292
  gr.Markdown("# Enter email to start")
293
  gr.Markdown("Thank you so much for your participation in our study! We're using emails to keep track of which questions you've answered and which you haven't seen. Use the same email every time to keep your progress saved. :)")
294
  email = gr.Textbox(label = "Email", placeholder = "[email protected]")
295
- s = gr.Button("Start!")
296
 
297
  def sanitize_login(text):
298
  if text == "":
 
292
  gr.Markdown("# Enter email to start")
293
  gr.Markdown("Thank you so much for your participation in our study! We're using emails to keep track of which questions you've answered and which you haven't seen. Use the same email every time to keep your progress saved. :)")
294
  email = gr.Textbox(label = "Email", placeholder = "[email protected]")
295
+ s = gr.Button("Start!", interactive = False)
296
 
297
  def sanitize_login(text):
298
  if text == "":