acecalisto3 commited on
Commit
f0753c6
·
verified ·
1 Parent(s): 879cbed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import InferenceClient
7
  import streamlit as st
8
  from langchain_core.prompts import PromptTemplate
9
  from langchain_core.runnables import RunnableSequence
10
- from langchain_huggingface import HuggingFaceEndpoint
11
 
12
  from prompts import (
13
  ACTION_PROMPT,
 
7
  import streamlit as st
8
  from langchain_core.prompts import PromptTemplate
9
  from langchain_core.runnables import RunnableSequence
10
+ from langchain-huggingface import HuggingFaceEndpoint
11
 
12
  from prompts import (
13
  ACTION_PROMPT,