Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ import gradio as gr
|
|
138 |
from langchain.chains import LLMChain
|
139 |
from langchain.prompts import PromptTemplate
|
140 |
from langchain_huggingface import HuggingFaceEndpoint
|
141 |
-
from langgraph.graph import StateGraph
|
142 |
from typing import TypedDict
|
143 |
|
144 |
class InputState(TypedDict):
|
|
|
138 |
from langchain.chains import LLMChain
|
139 |
from langchain.prompts import PromptTemplate
|
140 |
from langchain_huggingface import HuggingFaceEndpoint
|
141 |
+
from langgraph.graph import StateGraph,END,START
|
142 |
from typing import TypedDict
|
143 |
|
144 |
class InputState(TypedDict):
|