shreyasiv commited on
Commit
71f24d2
1 Parent(s): 0c674be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ load_dotenv()
18
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
19
  if OPENAI_API_KEY is None:
20
  raise ValueError("OpenAI API key is not found in the .env file")
21
- st.subheader("Insightly Chatbot")
22
 
23
  if 'responses' not in st.session_state:
24
  st.session_state['responses'] = ["How can I assist you?"]
 
18
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
19
  if OPENAI_API_KEY is None:
20
  raise ValueError("OpenAI API key is not found in the .env file")
21
+ st.subheader("Article Chatbot")
22
 
23
  if 'responses' not in st.session_state:
24
  st.session_state['responses'] = ["How can I assist you?"]