mishiawan commited on
Commit
421e0e8
·
verified ·
1 Parent(s): 1a235f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if not api_key:
14
  st.error("API key is missing! Please check your .env file or set the environment variable.")
15
  else:
16
  # Initialize Groq client with the API key
17
- client = Groq(api_key=api_key)
18
 
19
  # Custom CSS to style headings and overall appearance
20
  st.markdown("""
 
14
  st.error("API key is missing! Please check your .env file or set the environment variable.")
15
  else:
16
  # Initialize Groq client with the API key
17
+ client = Groq(api_key=GROQ_API_KEY)
18
 
19
  # Custom CSS to style headings and overall appearance
20
  st.markdown("""