Ashhar commited on
Commit
ab61ec2
1 Parent(s): 0bc0145

renamed title

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Aariz Bhayya
3
  emoji: 👶🏻
4
  colorFrom: gray
5
  colorTo: green
 
1
  ---
2
+ title: Baby Aariz
3
  emoji: 👶🏻
4
  colorFrom: gray
5
  colorTo: green
app.py CHANGED
@@ -92,7 +92,7 @@ def predict(prompt):
92
  return partialMessage
93
 
94
 
95
- st.title("Chat with Aariz Bhayya 👶🏻")
96
  # st.image("baby.png")
97
 
98
  if "messages" not in st.session_state:
 
92
  return partialMessage
93
 
94
 
95
+ st.title("Chat with Aariz baby 👶🏻")
96
  # st.image("baby.png")
97
 
98
  if "messages" not in st.session_state: