ez7051 commited on
Commit
845bb5f
·
verified ·
1 Parent(s): ec3bd24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from langchain.schema.runnable import (
2
  RunnableBranch,
3
  RunnableLambda,
4
- RunnableMap, ## Wrap an implicit "dictionary" runnable
5
  RunnablePassthrough,
6
  )
7
  from langchain_nvidia_ai_endpoints import ChatNVIDIA
 
1
  from langchain.schema.runnable import (
2
  RunnableBranch,
3
  RunnableLambda,
4
+ RunnableMap, ### Wrap an implicit "dictionary" runnable
5
  RunnablePassthrough,
6
  )
7
  from langchain_nvidia_ai_endpoints import ChatNVIDIA