Yaswanth56 commited on
Commit
87cc2f3
·
verified ·
1 Parent(s): 09ef174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ CLIENT_ID = '3MVG9WVXk15qiz1JbtW1tT9a7WojFUbAfMVyVXfvI4PISHAKAxmZ8RLS1lBHqpnaDPQ
26
  CLIENT_SECRET = '36C463CD713C420BA2ED78F853359EACCE1ECCE2954C9810FFD7F946564CB0E8'
27
  SECURITY_TOKEN = 'sSSjyhInIsUohKpG8sHzty2q'
28
 
29
- REDIRECT_URI = 'https://huggingface.co/spaces/Yaswanth56/python_test/test_route' # Your redirect URI
30
 
31
  # Placeholder test route to check if the app is accessible
32
  @app.route('/test_route')
 
26
  CLIENT_SECRET = '36C463CD713C420BA2ED78F853359EACCE1ECCE2954C9810FFD7F946564CB0E8'
27
  SECURITY_TOKEN = 'sSSjyhInIsUohKpG8sHzty2q'
28
 
29
+ REDIRECT_URI = 'https://huggingface.co/spaces/Yaswanth56/python_test/oauth/callback' # Your redirect URI
30
 
31
  # Placeholder test route to check if the app is accessible
32
  @app.route('/test_route')