Haseeb-001 commited on
Commit
2cd07ee
·
verified ·
1 Parent(s): 8dbdf33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -30,7 +30,6 @@ inject_custom_css()
30
 
31
  # Initialize Groq Client
32
  def get_groq_client():
33
- GROQ_API_KEY = "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"
34
  api_key = GROQ_API_KEY
35
  if not api_key:
36
  st.error("GROQ_API_KEY not found! Please set it in environment variables or secrets.")
 
30
 
31
  # Initialize Groq Client
32
  def get_groq_client():
 
33
  api_key = GROQ_API_KEY
34
  if not api_key:
35
  st.error("GROQ_API_KEY not found! Please set it in environment variables or secrets.")