rajat5ranjan commited on
Commit
79ea5d3
·
1 Parent(s): 24fe10d

other changes

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -2
app.py CHANGED
@@ -39,7 +39,7 @@ HF_TOKEN = st.secrets["hf_token"] # Store your HF token safely in Streamlit sec
39
 
40
  st.set_page_config(layout="wide")
41
 
42
- GOOGLE_API_KEY=os.environ['GOOGLE_API_KEY']
43
 
44
  st.title('Stock Market Insights')
45
  st.sidebar.image("https://myndroot.com/wp-content/uploads/2023/12/Gemini-Dext.jpg",width =100)
 
39
 
40
  st.set_page_config(layout="wide")
41
 
42
+ GOOGLE_API_KEY = st.secrets['GOOGLE_API_KEY']
43
 
44
  st.title('Stock Market Insights')
45
  st.sidebar.image("https://myndroot.com/wp-content/uploads/2023/12/Gemini-Dext.jpg",width =100)
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
  langchain
2
  langchain-google-genai
3
- chromadb
4
  langchain_community
5
  bs4
6
  google-generativeai
@@ -10,4 +9,5 @@ newsapi-python
10
  GoogleNews==1.6.14
11
  faiss-cpu
12
  sentence-transformers
13
- huggingface_hub
 
 
1
  langchain
2
  langchain-google-genai
 
3
  langchain_community
4
  bs4
5
  google-generativeai
 
9
  GoogleNews==1.6.14
10
  faiss-cpu
11
  sentence-transformers
12
+ huggingface_hub
13
+ streamlit