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 |
# 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):
|
|
|
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):
|