add callback manager , model app
Browse files- callbackmanager.py +1 -0
callbackmanager.py
CHANGED
@@ -88,6 +88,7 @@ def display_form(
|
|
88 |
"""
|
89 |
return form
|
90 |
|
|
|
91 |
CALLBACK_MANAGER = CallbackManager(
|
92 |
redirect_uri="https://multitransformer-discharge-guard.hf.space/callback",
|
93 |
client_secret=None # Replace with actual secret if using a confidential client
|
|
|
88 |
"""
|
89 |
return form
|
90 |
|
91 |
+
# Initialize CallbackManager, fetching client_id and workspace_id from secrets
|
92 |
CALLBACK_MANAGER = CallbackManager(
|
93 |
redirect_uri="https://multitransformer-discharge-guard.hf.space/callback",
|
94 |
client_secret=None # Replace with actual secret if using a confidential client
|