mdakhras commited on
Commit
d271190
·
verified ·
1 Parent(s): d4ef98c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -2
src/streamlit_app.py CHANGED
@@ -4,14 +4,15 @@ from dotenv import load_dotenv
4
  import io
5
  import os
6
  import requests
 
 
 
7
  #openAI
8
  # from langchain_openai import AzureChatOpenAI
9
 
10
  # Set the cache directory to a folder inside your project space
11
  os.environ["STREAMLIT_CACHE_DIR"] = os.path.join(os.getcwd(), ".streamlit_cache")
12
  import streamlit as st
13
- # Load environment variables from .env file
14
- load_dotenv()
15
 
16
 
17
  #set env
 
4
  import io
5
  import os
6
  import requests
7
+ # Load environment variables from .env file
8
+ load_dotenv()
9
+
10
  #openAI
11
  # from langchain_openai import AzureChatOpenAI
12
 
13
  # Set the cache directory to a folder inside your project space
14
  os.environ["STREAMLIT_CACHE_DIR"] = os.path.join(os.getcwd(), ".streamlit_cache")
15
  import streamlit as st
 
 
16
 
17
 
18
  #set env