sunbal7 commited on
Commit
cf647c5
·
verified ·
1 Parent(s): 0632373

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ platform = st.selectbox(
20
  goal = st.text_area("🎯 Campaign Goal", placeholder="e.g., Increase brand awareness, drive engagement...")
21
 
22
  # Load API Key
23
- GROQ_API_KEY = st.secrets.get("GROQ_API_KEY", "YOUR_GROQ_API_KEY")
24
 
25
  # Function to call Groq API (Mixtral model)
26
  def generate_campaign_ideas(brand, audience, platform, goal):
 
20
  goal = st.text_area("🎯 Campaign Goal", placeholder="e.g., Increase brand awareness, drive engagement...")
21
 
22
  # Load API Key
23
+ GROQ_API_KEY = st.secrets.get("GROQ_API_KEY", "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")
24
 
25
  # Function to call Groq API (Mixtral model)
26
  def generate_campaign_ideas(brand, audience, platform, goal):