anamjafar6 commited on
Commit
bb62c17
·
verified ·
1 Parent(s): 6dc29b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,10 +124,10 @@ st.markdown("""
124
  """, unsafe_allow_html=True)
125
 
126
  # Initialize GROQ API
127
- GROQ_API_KEY = "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"
128
  @st.cache_resource
129
  def setup_groq():
130
- os.getenv("GROQ_API_KEY")
131
  if not groq_api_key:
132
  st.error("⚠️ GROQ API key not found! Please add it to your Hugging Face secrets.")
133
  st.stop()
 
124
  """, unsafe_allow_html=True)
125
 
126
  # Initialize GROQ API
127
+
128
  @st.cache_resource
129
  def setup_groq():
130
+ os.getenv("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")
131
  if not groq_api_key:
132
  st.error("⚠️ GROQ API key not found! Please add it to your Hugging Face secrets.")
133
  st.stop()