0o7Hunk commited on
Commit
50002f2
·
verified ·
1 Parent(s): 9d60879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ st.title("💼 AI LinkedIn Post Generator")
44
  st.write("✨ Create powerful, engaging LinkedIn posts step by step!")
45
 
46
  # ------------------ API KEY ------------------
47
- api_key = st.text_input("🔑 Enter GROQ API Key", type="password")
48
 
49
  # ------------------ SESSION STATE ------------------
50
  if "step" not in st.session_state:
 
44
  st.write("✨ Create powerful, engaging LinkedIn posts step by step!")
45
 
46
  # ------------------ API KEY ------------------
47
+ api_key = st.text_input("GROQ_API_KEY")
48
 
49
  # ------------------ SESSION STATE ------------------
50
  if "step" not in st.session_state: