Ley_Fill7 commited on
Commit
cc0a5c3
·
1 Parent(s): 9c9f4d0

Edited title for chat app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import cohere
3
 
4
- st.title("My First Cohere-based Chat App on HF Space")
5
 
6
  co = cohere.Client("3xjTiuBZlBOnNWZPTAsAVZzUeA9l6Z2i0MZtQlZW")
7
 
 
1
  import streamlit as st
2
  import cohere
3
 
4
+ st.title("My First Cohere-linked Chat App on HF Space")
5
 
6
  co = cohere.Client("3xjTiuBZlBOnNWZPTAsAVZzUeA9l6Z2i0MZtQlZW")
7