67Ayush87 commited on
Commit
64c600f
·
verified ·
1 Parent(s): 38d1603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ from langchain_core.messages import HumanMessage, SystemMessage
22
  from fpdf import FPDF
23
 
24
  # Set HuggingFace token from env or st.secrets
25
- os.environ["HUGGINGFACEHUB_API_TOKEN"] = os.getenv("Ayush")
26
 
27
  # Topic-wise base prompts and models
28
  topic_config = {
 
22
  from fpdf import FPDF
23
 
24
  # Set HuggingFace token from env or st.secrets
25
+ os.environ["HUGGINGFACEHUB_API_TOKEN"] = os.getenv("keys")
26
 
27
  # Topic-wise base prompts and models
28
  topic_config = {