arajshiva commited on
Commit
67b9699
·
verified ·
1 Parent(s): 221cb33

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ from groq import Groq
52
  from mem0 import MemoryClient
53
  import streamlit as st
54
  from datetime import datetime
55
-
56
  #====================================SETUP=====================================#
57
  # Fetch secrets from Hugging Face Spaces
58
  api_key = os.environ['AZURE_OPENAI_API_KEY']
 
52
  from mem0 import MemoryClient
53
  import streamlit as st
54
  from datetime import datetime
55
+ from google.colab import userdata
56
  #====================================SETUP=====================================#
57
  # Fetch secrets from Hugging Face Spaces
58
  api_key = os.environ['AZURE_OPENAI_API_KEY']