KunaalNaik commited on
Commit
2c8ba14
1 Parent(s): c72f44e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import streamlit as st
2
  from langchain.llms import OpenAI
3
- from config import OPENAI_API_KEY # Importing the API key
4
 
5
  st.title("🔗 LinkedIn Post Generator")
6
 
 
1
  import streamlit as st
2
  from langchain.llms import OpenAI
 
3
 
4
  st.title("🔗 LinkedIn Post Generator")
5