nagasurendra commited on
Commit
333825c
·
verified ·
1 Parent(s): fac2d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -465,6 +465,7 @@ def app():
465
  go_to_login.click(
466
  lambda: (gr.update(visible=True), gr.update(visible=False)),
467
  outputs=[login_section, signup_section],
 
468
 
469
  return demo
470
 
 
465
  go_to_login.click(
466
  lambda: (gr.update(visible=True), gr.update(visible=False)),
467
  outputs=[login_section, signup_section],
468
+ )
469
 
470
  return demo
471