olavma commited on
Commit
b27c994
·
verified ·
1 Parent(s): c3219e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,4 +57,4 @@ with gr.Blocks(theme=gr.themes.Glass()) as demo:
57
 
58
  b3.click(auth_button, inputs=[user, pwd], outputs=[login_group, app_group])
59
 
60
- demo.launc()
 
57
 
58
  b3.click(auth_button, inputs=[user, pwd], outputs=[login_group, app_group])
59
 
60
+ demo.launch()