Spaces:
Sleeping
Sleeping
aiscientist
commited on
Commit
•
b3eca10
1
Parent(s):
f5957ab
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from langchain.llms import HuggingFaceHub
|
|
5 |
import os
|
6 |
|
7 |
load_dotenv()
|
8 |
-
os.environ.getattribute("HF_TOKEN")
|
9 |
|
10 |
def main():
|
11 |
st.set_page_config(
|
|
|
5 |
import os
|
6 |
|
7 |
load_dotenv()
|
8 |
+
#os.environ.getattribute("HF_TOKEN")
|
9 |
|
10 |
def main():
|
11 |
st.set_page_config(
|