Spaces:
Running
Running
Update app.py
Browse files
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", "
|
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):
|