Chris Addis commited on
Commit
3daaa7b
·
1 Parent(s): ebfb220

more tests

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,7 +37,8 @@ with gr.Blocks() as demo:
37
 
38
  def test_func(auth_state):
39
  return auth_state
 
40
 
41
- login_button.click(fn=test_func,inputs=auth_state,outputs=auth_message)
42
 
43
  demo.launch()
 
37
 
38
  def test_func(auth_state):
39
  return auth_state
40
+
41
 
42
+ ##login_button.click(fn=test_func,inputs=auth_state,outputs=auth_message)
43
 
44
  demo.launch()