Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
badr-mardi
/
streamlit_badr
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
badr-mardi
commited on
Jun 20, 2024
Commit
f8c5155
·
verified
·
1 Parent(s):
b0d8292
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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