Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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 = {
|