Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,29 @@ CLIENT_SECRET_KEY = os.getenv('CLIENT_SECRET_KEY')
|
|
11 |
AUTHORITY_URL = 'https://login.microsoftonline.com/common'
|
12 |
REDIRECT_URI = 'https://huggingface.co/spaces/awacke1/MSGraphAPI'
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# Define product to scope mapping, links, AI capabilities, and Graph solutions
|
15 |
PRODUCT_SCOPES = {
|
16 |
"๐ง Outlook": {
|
|
|
11 |
AUTHORITY_URL = 'https://login.microsoftonline.com/common'
|
12 |
REDIRECT_URI = 'https://huggingface.co/spaces/awacke1/MSGraphAPI'
|
13 |
|
14 |
+
ProductNaming='''
|
15 |
+
๐๐ Git Cosmos Glow: Graph & Mobile Flow ๐ฑ๐ซ
|
16 |
+
๐๐ Cosmic Git Wit: Graph Power, Mobile Hit ๐ฒโจ
|
17 |
+
๐ ๐ง Git Galaxy Gear: Graph Magic, Mobile Clear ๐ฑ๐ฉ
|
18 |
+
๐๐ Cosmos Code Quest: Graph Zest, Mobile Best ๐ฒ๐
|
19 |
+
๐๐พ Git Star Suite: Graph Might, Mobile Delight ๐ฑโจ
|
20 |
+
๐ ๐ Cosmic Link Sync: Graph Blink, Mobile Think ๐ฒ๐ก
|
21 |
+
๐๐ ๏ธ Git Nebula Tools: Graph Rules, Mobile Cools ๐ฑโ๏ธ
|
22 |
+
๐๐ฎ Cosmos Code Charm: Graph Farm, Mobile Arm ๐ฒ๐ช
|
23 |
+
๐ ๐ Git Galaxy Sight: Graph Bright, Mobile Light ๐ฑ๐ก
|
24 |
+
๐๐ Cosmic Git Flight: Graph Insight, Mobile Might ๐ฒ๐ฅ
|
25 |
+
|
26 |
+
"1๏ธโฃ Dashboard",
|
27 |
+
"๐ Landing Page",
|
28 |
+
"๐
Upcoming Events",
|
29 |
+
"๐ Schedule",
|
30 |
+
"๐ Agenda",
|
31 |
+
"๐ Event Details",
|
32 |
+
"โ Add Event",
|
33 |
+
"๐ Filter By"
|
34 |
+
|
35 |
+
'''
|
36 |
+
|
37 |
# Define product to scope mapping, links, AI capabilities, and Graph solutions
|
38 |
PRODUCT_SCOPES = {
|
39 |
"๐ง Outlook": {
|