zahraanaji commited on
Commit
dd5b21e
·
verified ·
1 Parent(s): 8c7647b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from langchain_community.chat_message_histories import ChatMessageHistory
8
  from langchain.memory import ConversationBufferMemory
9
  from langchain_core.prompts import PromptTemplate
10
  import streamlit as st
11
-
12
 
13
  # Access the OpenAI API key from the environment
14
  open_ai_key = os.getenv("OPENAI_API_KEY")
 
8
  from langchain.memory import ConversationBufferMemory
9
  from langchain_core.prompts import PromptTemplate
10
  import streamlit as st
11
+ import os
12
 
13
  # Access the OpenAI API key from the environment
14
  open_ai_key = os.getenv("OPENAI_API_KEY")