Spaces:
Sleeping
Sleeping
Ley_Fill7
commited on
Commit
·
6dc181d
1
Parent(s):
dde04a9
Added requirements.txt for cohere library and changed title for chat app
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import cohere
|
3 |
|
4 |
-
st.title("My First Cohere
|
5 |
|
6 |
co = cohere.Client("3xjTiuBZlBOnNWZPTAsAVZzUeA9l6Z2i0MZtQlZW")
|
7 |
|
|
|
1 |
import streamlit as st
|
2 |
import cohere
|
3 |
|
4 |
+
st.title("My First Cohere Chat App on HF Space")
|
5 |
|
6 |
co = cohere.Client("3xjTiuBZlBOnNWZPTAsAVZzUeA9l6Z2i0MZtQlZW")
|
7 |
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
cohere==5.6.1
|