0o7Hunk commited on
Commit
b327448
·
verified ·
1 Parent(s): 092bf98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.title("💼 AI LinkedIn Post Generator")
9
  st.write("Generate high-quality LinkedIn posts using AI 🚀")
10
 
11
  # ---- API KEY INPUT ----
12
- api_key = st.text_input("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", type="password")
13
 
14
  # ---- USER INPUTS ----
15
  tone = st.radio(
 
9
  st.write("Generate high-quality LinkedIn posts using AI 🚀")
10
 
11
  # ---- API KEY INPUT ----
12
+ api_key = st.text_input("GROQ_API_KEY", type="password")
13
 
14
  # ---- USER INPUTS ----
15
  tone = st.radio(