awacke1 commited on
Commit
505c44e
·
verified ·
1 Parent(s): afca6dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -3,6 +3,9 @@ import streamlit as st
3
  import requests
4
  import msal
5
  import urllib.parse
 
 
 
6
 
7
  # 🤓 Load environment variables (Ensure these are set!)
8
  APPLICATION_ID_KEY = os.getenv('APPLICATION_ID_KEY')
 
3
  import requests
4
  import msal
5
  import urllib.parse
6
+ import base64
7
+ import hashlib
8
+ import secrets
9
 
10
  # 🤓 Load environment variables (Ensure these are set!)
11
  APPLICATION_ID_KEY = os.getenv('APPLICATION_ID_KEY')