ramhemanth580 commited on
Commit
5a94da6
1 Parent(s): 3b69c62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -74,6 +74,7 @@ from langchain.chains import ConversationalRetrievalChain
74
  # len(data)
75
  import streamlit as st
76
 
 
77
  import os
78
  huggingfacehub_api_token = st.secrets["HF_API_TOKEN"]
79
 
 
74
  # len(data)
75
  import streamlit as st
76
 
77
+ # Get the Huggingface API token from streamlit secrets
78
  import os
79
  huggingfacehub_api_token = st.secrets["HF_API_TOKEN"]
80