nantann commited on
Commit
79a310b
1 Parent(s): 1280ff1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from streamlit_extras.colored_header import colored_header
4
  from streamlit_extras.add_vertical_space import add_vertical_space
5
  from langchain import PromptTemplate, HuggingFaceHub, LLMChain
6
  from dotenv import load_dotenv #Loads environment variables
 
7
 
8
  # load the Environment Variables.
9
  load_dotenv()
 
4
  from streamlit_extras.add_vertical_space import add_vertical_space
5
  from langchain import PromptTemplate, HuggingFaceHub, LLMChain
6
  from dotenv import load_dotenv #Loads environment variables
7
+ pip install streamlit-chat
8
 
9
  # load the Environment Variables.
10
  load_dotenv()