Spaces:
Sleeping
Sleeping
Update SimpleChatbot.py
Browse files- SimpleChatbot.py +2 -2
SimpleChatbot.py
CHANGED
|
@@ -3,8 +3,8 @@ import langchain_community
|
|
| 3 |
from langchain_community.llms import HuggingFaceEndpoint
|
| 4 |
from langchain.chains import LLMChain
|
| 5 |
from langchain.prompts import PromptTemplate
|
| 6 |
-
from dotenv import load_dotenv
|
| 7 |
-
load_dotenv() # take environment variables from .env
|
| 8 |
|
| 9 |
import streamlit as st
|
| 10 |
import os
|
|
|
|
| 3 |
from langchain_community.llms import HuggingFaceEndpoint
|
| 4 |
from langchain.chains import LLMChain
|
| 5 |
from langchain.prompts import PromptTemplate
|
| 6 |
+
# from dotenv import load_dotenv
|
| 7 |
+
# load_dotenv() # take environment variables from .env
|
| 8 |
|
| 9 |
import streamlit as st
|
| 10 |
import os
|