nurqoneah commited on
Commit
65fab5e
Β·
verified Β·
1 Parent(s): 3682e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ from langchain_huggingface import ChatHuggingFace, HuggingFacePipeline
17
 
18
  warnings.filterwarnings("ignore")
19
  load_dotenv()
 
20
 
21
  # Constants and configurations
22
  APP_TITLE = "πŸ’Š Asisten Kesehatan Feminacare"
 
17
 
18
  warnings.filterwarnings("ignore")
19
  load_dotenv()
20
+ os.environ["HUGGINGFACEHUB_API_TOKEN"] = os.getenv("HUGGINGFACEHUB_API_TOKEN")
21
 
22
  # Constants and configurations
23
  APP_TITLE = "πŸ’Š Asisten Kesehatan Feminacare"