Spaces:
Sleeping
Sleeping
Commit
·
c1ca2ab
1
Parent(s):
2ba32a1
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ st.title("Falcon QA Bot")
|
|
5 |
# import chainlit as cl
|
6 |
|
7 |
import os
|
8 |
-
huggingfacehub_api_token =
|
9 |
|
10 |
from langchain import HuggingFaceHub, PromptTemplate, LLMChain
|
11 |
|
|
|
5 |
# import chainlit as cl
|
6 |
|
7 |
import os
|
8 |
+
huggingfacehub_api_token = st.secrets["hf_token"]
|
9 |
|
10 |
from langchain import HuggingFaceHub, PromptTemplate, LLMChain
|
11 |
|