MatteoScript commited on
Commit
a862373
·
verified ·
1 Parent(s): 9d6a0ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ authenticator = Authenticate(
31
  secret_credentials_path = 'secret-account.json',
32
  cookie_name='my_cookie_name',
33
  cookie_key='this_is_secret',
34
- redirect_uri = 'http://localhost:8501',
35
  )
36
 
37
  GENERATION_CONFIG = settings_ai.GENERATION_CONFIG
 
31
  secret_credentials_path = 'secret-account.json',
32
  cookie_name='my_cookie_name',
33
  cookie_key='this_is_secret',
34
+ redirect_uri = 'https://matteoscript-importfattureai.hf.space',
35
  )
36
 
37
  GENERATION_CONFIG = settings_ai.GENERATION_CONFIG