srivatsavdamaraju commited on
Commit
f3dccc3
·
verified ·
1 Parent(s): 93eda85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -11,10 +11,12 @@ import base64
11
  import re
12
 
13
  # Load environment variables
14
- load_dotenv()
15
 
16
- # Hardcoded API key - Replace with your actual Groq API key
17
- GROQ_API_KEY = "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"
 
 
18
 
19
  # Global variables to store data
20
  current_dataframe = None
 
11
  import re
12
 
13
  # Load environment variables
14
+ # load_dotenv()
15
 
16
+ # # Hardcoded API key - Replace with your actual Groq API key
17
+ # GROQ_API_KEY = "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"
18
+
19
+ GROQ_API_KEY = os.getenv("GROQ_API_KEY")
20
 
21
  # Global variables to store data
22
  current_dataframe = None