awacke1 commited on
Commit
2eae799
ยท
verified ยท
1 Parent(s): 83c469a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +23 -0
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": {