sunbal7 commited on
Commit
05cfe90
·
verified ·
1 Parent(s): bd77c8d

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
  # Groq API Key (Put your key here or use Streamlit secrets)
23
- GROQ_API_KEY = st.secrets.get("GROQ_API_KEY", "YOUR_GROQ_API_KEY_HERE")
24
 
25
  # Function to call Groq API with Llama3
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
  # Groq API Key (Put your key here or use Streamlit secrets)
23
+ GROQ_API_KEY = st.secrets.get("GROQ_API_KEY")
24
 
25
  # Function to call Groq API with Llama3
26
  def generate_campaign_ideas(brand, audience, platform, goal):