badr-mardi commited on
Commit
f8c5155
·
verified ·
1 Parent(s): b0d8292

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from langchain_cohere import Cohere
3
  from streamlit_chat import message
4
 
5
 
 
1
  import streamlit as st
2
+ from langchain_cohere.llms import Cohere
3
  from streamlit_chat import message
4
 
5