elibrowne commited on
Commit
89443f0
·
1 Parent(s): 2b0e5c7

Collapsible?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,6 +207,6 @@ with gr.Blocks() as user_eval:
207
  s.click(fn = submit_email, inputs = [email], outputs = [question, login])
208
 
209
  # Starts on question, switches to evaluation after the user answers
210
- user_eval.launch(js = js)
211
 
212
  # https://github.com/gradio-app/gradio/issues/5791
 
207
  s.click(fn = submit_email, inputs = [email], outputs = [question, login])
208
 
209
  # Starts on question, switches to evaluation after the user answers
210
+ user_eval.launch()
211
 
212
  # https://github.com/gradio-app/gradio/issues/5791