ajuneja23 commited on
Commit
c8f860b
1 Parent(s): 32688f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ interface = gr.Interface(
97
 
98
  if __name__=="__main__":
99
  interface.launch(
100
- auth=lambda u,p: user_db.get(u)==p:
101
  auth_message="Welcome! Please enable third party cookies or you will not be able to login."
102
 
103
  )
 
97
 
98
  if __name__=="__main__":
99
  interface.launch(
100
+ auth=lambda u,p: user_db.get(u)==p,
101
  auth_message="Welcome! Please enable third party cookies or you will not be able to login."
102
 
103
  )